From 140a921a133ee63337e8dfe1c7261b7eb86399e9 Mon Sep 17 00:00:00 2001 From: orbitalquark <70453897+orbitalquark@users.noreply.github.com> Date: Mon, 12 May 2025 11:38:13 +1000 Subject: Add SCI_AUTOC{G,S}ETIMAGESCALE and implement for Qt and GTK. --- src/AutoComplete.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/AutoComplete.h') diff --git a/src/AutoComplete.h b/src/AutoComplete.h index 378232a84..b1233332c 100644 --- a/src/AutoComplete.h +++ b/src/AutoComplete.h @@ -25,6 +25,7 @@ public: bool ignoreCase; bool chooseSingle; AutoCompleteOption options; + float imageScale; std::unique_ptr lb; Sci::Position posStart; Sci::Position startLen; -- cgit v1.2.3