diff options
author | nyamatongwe <nyamatongwe@gmail.com> | 2013-03-13 09:32:45 +1100 |
---|---|---|
committer | nyamatongwe <nyamatongwe@gmail.com> | 2013-03-13 09:32:45 +1100 |
commit | 3ec002dcf312faa7c72220062f1941cf366e744b (patch) | |
tree | 341aa832d1839e70eb549e89652d18f8920ab41a /src/Editor.h | |
parent | aca495f73c79306c1b53c1ecd91a5d6e6e6ec861 (diff) | |
download | scintilla-mirror-3ec002dcf312faa7c72220062f1941cf366e744b.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.h | 2 |
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); |