From ee1886079d0a5cd350ee8e3379be347943ba93ae Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 22 May 2021 09:25:50 +1000 Subject: Encapsulate whether a margin shows folding. --- src/ViewStyle.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ViewStyle.h') diff --git a/src/ViewStyle.h b/src/ViewStyle.h index 609afdcc4..798595ddc 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -21,6 +21,7 @@ public: bool sensitive; int cursor; MarginStyle(int style_= SC_MARGIN_SYMBOL, int width_=0, int mask_=0) noexcept; + bool ShowsFolding() const noexcept; }; /** -- cgit v1.2.3