diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-06-26 21:00:02 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-06-27 09:55:24 +0200 |
commit | f97dbac73fe149e8fed0932890d0c1d6be4869a3 (patch) | |
tree | b250875987f97cd61cafc7c52ecafafde6bacd5f /vcl | |
parent | 19c0e9dba8495a266db70e498dd46070db794668 (diff) |
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 <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/gtk3/gtk3gtkinst.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
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 |