summaryrefslogtreecommitdiffstats
path: root/src/opengl
diff options
context:
space:
mode:
Diffstat (limited to 'src/opengl')
-rw-r--r--src/opengl/qpaintengine_opengl.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/opengl/qpaintengine_opengl.cpp b/src/opengl/qpaintengine_opengl.cpp
index 9368b3b..a8c4d2b 100644
--- a/src/opengl/qpaintengine_opengl.cpp
+++ b/src/opengl/qpaintengine_opengl.cpp
@@ -654,6 +654,8 @@ public:
QOpenGLPaintEnginePrivate()
: opacity(1)
, composition_mode(QPainter::CompositionMode_SourceOver)
+ , has_pen(false)
+ , has_brush(false)
, has_fast_pen(false)
, use_stencil_method(false)
, dirty_drawable_texture(false)