vcl/unx/gtk3/gtk3gtkinst.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b341758a6df28d2c2034fd2335924890ccb2b905 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Wed Oct 14 16:27:57 2020 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Wed Oct 14 20:24:49 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/+/104311 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> 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(); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits