vcl/unx/gtk3/gtk3gtkinst.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 0431fae4d04ca892d11a860c2b11e4a6ca079031 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Wed Oct 14 16:27:57 2020 +0100 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Wed Oct 21 15:39:35 2020 +0200 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 <xiscofa...@libreoffice.org> diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx index cf06ebae9dfc..c8e8203cfa3e 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(); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits