From 50f70a8bb42fc982350731da104b042ae75b1df2 Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 10 May 2021 14:33:37 +1000 Subject: Add elementBaseColours to hold default or system derived colours. Editor::UpdateBaseElements can be overridden by platform layers to set base colours although they should also do this when they detect changes in system settings. --- src/Editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index ae3f0ef5a..42944929b 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -526,6 +526,7 @@ protected: // ScintillaBase subclass needs access to much of Editor virtual void SetMouseCapture(bool on) = 0; virtual bool HaveMouseCapture() = 0; void SetFocusState(bool focusState); + virtual void UpdateBaseElements(); Sci::Position PositionAfterArea(PRectangle rcArea) const; void StyleToPositionInView(Sci::Position pos); -- cgit v1.2.3