From baff93d6117396c57dbffbd28e69fde92712a88a Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 26 Apr 2021 15:31:13 +1000 Subject: Move hotspotSingleLine from ViewStyle to EditModel as it defines behaviour, not appearance. --- src/EditModel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/EditModel.h') diff --git a/src/EditModel.h b/src/EditModel.h index f81ecb0c1..7934a0720 100644 --- a/src/EditModel.h +++ b/src/EditModel.h @@ -46,6 +46,7 @@ public: std::unique_ptr pcs; // Hotspot support Range hotspot; + bool hotspotSingleLine; Sci::Position hoverIndicatorPos; // Wrapping support -- cgit v1.2.3