aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authorUnknown <nyamatongwe@gmail.com>2013-03-13 09:32:45 +1100
committerUnknown <nyamatongwe@gmail.com>2013-03-13 09:32:45 +1100
commit69d7b3f7588a282eac6e8d917e499396b1414f93 (patch)
tree5f17f4c9b58fb050a3c679f32772f79ccbf0b767 /src/Editor.h
parent3c07d1254ae04ee172997c1698d511d7af38002e (diff)
downloadscintilla-mirror-69d7b3f7588a282eac6e8d917e499396b1414f93.tar.gz
Handle test and reset of needUpdateUI in NotifyUpdateUI so less chance of desync.
Diffstat (limited to 'src/Editor.h')
-rw-r--r--src/Editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.h b/src/Editor.h
index 5a32b5aad..553cbeec0 100644
--- a/src/Editor.h
+++ b/src/Editor.h
@@ -452,7 +452,7 @@ protected: // ScintillaBase subclass needs access to much of Editor
void NotifyHotSpotClicked(int position, bool shift, bool ctrl, bool alt);
void NotifyHotSpotDoubleClicked(int position, bool shift, bool ctrl, bool alt);
void NotifyHotSpotReleaseClick(int position, bool shift, bool ctrl, bool alt);
- void NotifyUpdateUI();
+ bool NotifyUpdateUI();
void NotifyPainted();
void NotifyIndicatorClick(bool click, int position, bool shift, bool ctrl, bool alt);
bool NotifyMarginClick(Point pt, bool shift, bool ctrl, bool alt);