vcl/unx/gtk3/gtk3gtkinst.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit f97dbac73fe149e8fed0932890d0c1d6be4869a3
Author: Caolán McNamara <[email protected]>
AuthorDate: Wed Jun 26 21:00:02 2019 +0100
Commit: Caolán McNamara <[email protected]>
CommitDate: Thu Jun 27 09:55:24 2019 +0200
infinite focus changing in toc biblio page
Change-Id: Ic2e36b8921d329d6f9cd2eb68524ed111f6fda75
Reviewed-on: https://gerrit.libreoffice.org/74754
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <[email protected]>
Tested-by: Caolán McNamara <[email protected]>
diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx
index 9d25670d3138..6ddf6e30fcf8 100644
--- a/vcl/unx/gtk3/gtk3gtkinst.cxx
+++ b/vcl/unx/gtk3/gtk3gtkinst.cxx
@@ -1665,7 +1665,9 @@ public:
virtual void grab_focus() override
{
+ disable_notify_events();
gtk_widget_grab_focus(m_pWidget);
+ enable_notify_events();
}
virtual bool has_focus() const override
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits