diff options
author | nyamatongwe <devnull@localhost> | 2011-06-07 11:30:23 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2011-06-07 11:30:23 +1000 |
commit | 50042e8d340a9a8f00028b850d18b721f19000c3 (patch) | |
tree | 248d96b255fba501cbb2dab2bc738617e94fd9ef /src/ContractionState.h | |
parent | a1c03d5935c15a8d5ea29fba20569900f1693b45 (diff) | |
download | scintilla-mirror-50042e8d340a9a8f00028b850d18b721f19000c3.tar.gz |
Make SCN_NEEDSHOWN notification work when word wrap is enabled.
This fixes the last remaining issue from bug #3291579.
From Marko Njezic
Diffstat (limited to 'src/ContractionState.h')
-rw-r--r-- | src/ContractionState.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ContractionState.h b/src/ContractionState.h index 8e7b39b9b..0309fc269 100644 --- a/src/ContractionState.h +++ b/src/ContractionState.h @@ -48,6 +48,7 @@ public: bool GetVisible(int lineDoc) const; bool SetVisible(int lineDocStart, int lineDocEnd, bool visible); + bool HiddenLines() const; bool GetExpanded(int lineDoc) const; bool SetExpanded(int lineDoc, bool expanded); |