diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-09-25 11:51:18 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-09-26 13:20:30 +0200 |
commit | 5c485d1e9a14696922e0a4bbdecef8e8e8b6c6c0 (patch) | |
tree | 2db26d4ecd5b71d367ef17c92244b0a5f5a6b149 /vcl | |
parent | e412401edcf0a979f9f19c051990c0fb08987048 (diff) |
weld SwAutoMarkDlg_Impl
Change-Id: I64fc2b503f76b61ea8c2f26c8170c72611935131
Reviewed-on: https://gerrit.libreoffice.org/79533
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx index 49e856a9c111..27620413ed5a 100644 --- a/vcl/unx/gtk3/gtk3gtkinst.cxx +++ b/vcl/unx/gtk3/gtk3gtkinst.cxx @@ -2734,6 +2734,7 @@ public: gtk_widget_set_hexpand(pWindow, true); gtk_widget_set_vexpand(pWindow, true); gtk_widget_realize(pWindow); + gtk_widget_set_can_focus(pWindow, true); g_object_unref(pWindow); xEmbedWindow->Show(); |