From 3ec002dcf312faa7c72220062f1941cf366e744b Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 13 Mar 2013 09:32:45 +1100 Subject: Handle test and reset of needUpdateUI in NotifyUpdateUI so less chance of desync. --- src/Editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Editor.h') 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); -- cgit v1.2.3