Related: tdf#137250 need signal-changed for ComboBoxText too

e.g. changing font in format, character with up/down/typeahead

Change-Id: I2aabae8ea4108830bb5a0ca89ad694fe88a7444d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104301
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx
index cf06eba..c8e8203 100644
--- a/vcl/unx/gtk3/gtk3gtkinst.cxx
+++ b/vcl/unx/gtk3/gtk3gtkinst.cxx
@@ -13901,7 +13901,7 @@ private:
        m_bChangedByMenu = false;
        enable_notify_events();

        if (bInteractive && !m_bPopupActive && !m_pEntry)
        if (bInteractive && !m_bPopupActive)
            signal_changed();
    }