| commit | 0431fae4d04ca892d11a860c2b11e4a6ca079031 | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Wed Oct 14 16:27:57 2020 +0100 |
| committer | Xisco Fauli <xiscofauli@libreoffice.org> | Wed Oct 21 15:39:35 2020 +0200 |
| tree | 361aabb8d823efc099163946a254ded1973391c6 | |
| parent | 4e7b60682d48c7f3950e341c496dc7fc6f9b4367 [diff] |
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(); }