aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorColomban Wendling <ban@herbesfolles.org>2014-05-14 17:13:05 +0200
committerColomban Wendling <ban@herbesfolles.org>2014-05-14 17:13:05 +0200
commit9bb76b0e6ce9596859195d78fe96c4020ce42fb1 (patch)
treea10e9c424792b3da15c42332879b244ab4fb1e98
parentca63653cd506973d47659ac4512d936cddd2d5f1 (diff)
downloadscintilla-mirror-9bb76b0e6ce9596859195d78fe96c4020ce42fb1.tar.gz
GTK: Avoid flickering when wrapping lines
-rw-r--r--gtk/ScintillaGTK.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx
index d106c1713..43c83f2c3 100644
--- a/gtk/ScintillaGTK.cxx
+++ b/gtk/ScintillaGTK.cxx
@@ -1208,7 +1208,7 @@ bool ScintillaGTK::ModifyScrollBars(int nMax, int nPage) {
}
#endif
if (modified && (paintState == painting)) {
- paintState = paintAbandoned;
+ repaintFullWindow = true;
}
return modified;