diff options
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r-- | src/ViewStyle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h index ff38efef2..5f27cc08c 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -68,6 +68,7 @@ public: bool hotspotBackgroundSet; ColourPair hotspotBackground; bool hotspotUnderline; + bool hotspotSingleLine; /// Margins are ordered: Line Numbers, Selection Margin, Spacing Margin enum { margins=3 }; int leftMarginWidth; ///< Spacing margin on left of text |