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 c9b498bdb..19a853121 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -221,6 +221,7 @@ public: void AddMultiEdge(int column, ColourRGBA colour); ColourOptional ElementColour(Scintilla::Element element) const; + ColourRGBA ElementColourForced(Scintilla::Element element) const; bool ElementAllowsTranslucent(Scintilla::Element element) const; bool ResetElement(Scintilla::Element element); bool SetElementColour(Scintilla::Element element, ColourRGBA colour); |