From 3d3795bb0e3a9a7de8113a0354396f7b944730c4 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 28 Sep 2003 22:06:23 +0000 Subject: Hotspot improvements from Simon, including setting to limit hotspots to a single line. --- src/ViewStyle.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ViewStyle.cxx') diff --git a/src/ViewStyle.cxx b/src/ViewStyle.cxx index eb8e54f2f..e2a65e09e 100644 --- a/src/ViewStyle.cxx +++ b/src/ViewStyle.cxx @@ -84,6 +84,7 @@ ViewStyle::ViewStyle(const ViewStyle &source) { hotspotBackgroundSet = source.hotspotBackgroundSet; hotspotBackground.desired = source.hotspotBackground.desired; hotspotUnderline = source.hotspotUnderline; + hotspotSingleLine = source.hotspotSingleLine; whitespaceForegroundSet = source.whitespaceForegroundSet; whitespaceForeground.desired = source.whitespaceForeground.desired; @@ -164,6 +165,7 @@ void ViewStyle::Init() { hotspotBackgroundSet = false; hotspotBackground.desired = ColourDesired(0xff, 0xff, 0xff); hotspotUnderline = true; + hotspotSingleLine = true; leftMarginWidth = 1; rightMarginWidth = 1; -- cgit v1.2.3