diff options
author | Neil <nyamatongwe@gmail.com> | 2021-04-26 15:31:13 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-04-26 15:31:13 +1000 |
commit | baff93d6117396c57dbffbd28e69fde92712a88a (patch) | |
tree | 81408b42ca0c38ab288c84c45530c73385eb8aa0 /src/ViewStyle.h | |
parent | 81f7847af4cc9f51f02ab191c73f394c457518bd (diff) | |
download | scintilla-mirror-baff93d6117396c57dbffbd28e69fde92712a88a.tar.gz |
Move hotspotSingleLine from ViewStyle to EditModel as it defines behaviour, not
appearance.
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r-- | src/ViewStyle.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h index c9fe6bc98..e672acd8c 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -111,7 +111,6 @@ public: std::optional<ColourAlpha> foldmarginHighlightColour; ForeBackColours hotspotColours; bool hotspotUnderline; - bool hotspotSingleLine; /// Margins are ordered: Line Numbers, Selection Margin, Spacing Margin int leftMarginWidth; ///< Spacing margin on left of text int rightMarginWidth; ///< Spacing margin on right of text |