Skip to content

Commit

Permalink
[mer] Force fallback code path in opengl glyph cache. Contributes to …
Browse files Browse the repository at this point in the history
…JB#25404

Change-Id: I7f0d3bcc86d319eb242bd9cb30b2eb54f0696aa4
  • Loading branch information
sletta authored and denexter committed Jun 5, 2018
1 parent 23a5ff7 commit a78c08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/kernel/qopenglcontext_p.h
Expand Up @@ -208,7 +208,7 @@ class Q_GUI_EXPORT QOpenGLContextPrivate : public QObjectPrivate
, functions(0)
, textureFunctions(0)
, max_texture_size(-1)
, workaround_brokenFBOReadBack(false)
, workaround_brokenFBOReadBack(true)
, workaround_brokenTexSubImage(false)
, workaround_missingPrecisionQualifiers(false)
, active_engine(0)
Expand Down

0 comments on commit a78c08e

Please sign in to comment.