diff options
Diffstat (limited to 'src/Editor.h')
-rw-r--r-- | src/Editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Editor.h b/src/Editor.h index 2d30cdb72..e96ed391e 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -302,6 +302,7 @@ protected: // ScintillaBase subclass needs access to much of Editor void SetRepresentations(); void DropGraphics() noexcept; + bool HasMarginWindow() const noexcept; // The top left visible point in main window coordinates. Will be 0,0 except for // scroll views where it will be equivalent to the current scroll position. Point GetVisibleOriginInMain() const override; |