diff options
| -rw-r--r-- | gtk/ScintillaGTK.cxx | 8 | 
1 files changed, 6 insertions, 2 deletions
| diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx index 1c27f89e6..cca365975 100644 --- a/gtk/ScintillaGTK.cxx +++ b/gtk/ScintillaGTK.cxx @@ -163,8 +163,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), | 
