From 4c33ed1eadb5aae24ca1752a82cf4045a32d8fe0 Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Mon, 13 Sep 2021 09:43:08 +1000 Subject: Hold onto global GtkSettings object as used multiple times. --- gtk/ScintillaGTK.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk/ScintillaGTK.h') diff --git a/gtk/ScintillaGTK.h b/gtk/ScintillaGTK.h index 2db733c87..da2f74c90 100755 --- a/gtk/ScintillaGTK.h +++ b/gtk/ScintillaGTK.h @@ -62,6 +62,8 @@ class ScintillaGTK : public ScintillaBase { GtkIMContext *im_context; GUnicodeScript lastNonCommonScript; + GtkSettings *settings; + // Wheel mouse support unsigned int linesPerScroll; gint64 lastWheelMouseTime; -- cgit v1.2.3