From b341758a6df28d2c2034fd2335924890ccb2b905 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 14 Oct 2020 16:27:57 +0100 Subject: Related: tdf#137250 need signal-changed for ComboBoxText too MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit e.g. changing font in format, character with up/down/typeahead Change-Id: I2aabae8ea4108830bb5a0ca89ad694fe88a7444d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104311 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- vcl/unx/gtk3/gtk3gtkinst.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx index acd917d27cf6..1db06d1cb1c2 100644 --- a/vcl/unx/gtk3/gtk3gtkinst.cxx +++ b/vcl/unx/gtk3/gtk3gtkinst.cxx @@ -14494,7 +14494,7 @@ private: m_bChangedByMenu = false; enable_notify_events(); - if (bInteractive && !m_bPopupActive && !m_pEntry) + if (bInteractive && !m_bPopupActive) signal_changed(); } -- cgit v1.2.3