aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2019-03-27 07:41:27 +1100
committerNeil <nyamatongwe@gmail.com>2019-03-27 07:41:27 +1100
commitb67d2d947839355521a8fe044efef6d10f31e70d (patch)
treeb35a2a0b237c0ab43c338154d31383f6057804db
parent398b9e7dd0b4abcaf2da82eb86467cf608b192f3 (diff)
downloadscintilla-mirror-b67d2d947839355521a8fe044efef6d10f31e70d.tar.gz
Backport: Initialize all the fields of ScintillaGTK.
Backport of changeset 7336:d3175dc7f56e.
-rw-r--r--gtk/ScintillaGTK.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx
index d0f0a946d..6e1eaf251 100644
--- a/gtk/ScintillaGTK.cxx
+++ b/gtk/ScintillaGTK.cxx
@@ -162,8 +162,12 @@ ScintillaGTK *ScintillaGTK::FromWidget(GtkWidget *widget) {
ScintillaGTK::ScintillaGTK(_ScintillaObject *sci_) :
adjustmentv(0), adjustmenth(0),
verticalScrollBarWidth(30), horizontalScrollBarHeight(30),
- evbtn(nullptr), capturedMouse(false), dragWasDropped(false),
- lastKey(0), rectangularSelectionModifier(SCMOD_CTRL), parentClass(0),
+ evbtn(nullptr),
+ buttonMouse(0),
+ capturedMouse(false), dragWasDropped(false),
+ lastKey(0), rectangularSelectionModifier(SCMOD_CTRL),
+ parentClass(0),
+ atomSought(0),
im_context(NULL), lastNonCommonScript(PANGO_SCRIPT_INVALID_CODE),
lastWheelMouseDirection(0),
wheelMouseIntensity(0),