[Libreoffice-commits] core.git: Branch 'libreoffice-7-0' - vcl/unx
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Wed Oct 21 13:40:09 UTC 2020
vcl/unx/gtk3/gtk3gtkinst.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0431fae4d04ca892d11a860c2b11e4a6ca079031
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Oct 14 16:27:57 2020 +0100
Commit: Xisco Fauli <xiscofauli at 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 <xiscofauli at 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();
}
More information about the Libreoffice-commits
mailing list