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.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/AutoComplete.cxx') diff --git a/src/AutoComplete.cxx b/src/AutoComplete.cxx index 2487d3042..058550d62 100644 --- a/src/AutoComplete.cxx +++ b/src/AutoComplete.cxx @@ -41,6 +41,7 @@ AutoComplete::AutoComplete() : ignoreCase(false), chooseSingle(false), options(AutoCompleteOption::Normal), + imageScale(1.0), posStart(0), startLen(0), cancelAtStartPos(true), -- cgit v1.2.3