diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-11-12 16:05:44 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-11-12 16:06:01 +0000 |
commit | 82abd23f3ee1900b7579e5a0afa23581d5836f01 (patch) | |
tree | 468e69642dedb4f030829ec4e7e530deecf96c65 | |
parent | 1ba9d7fd2a7a3e2b4f52ed0f5efdf7df867b9db3 (diff) |
Resolves: tdf#93317 Modified Document Dialog misses focus on Gtk3
Change-Id: I16ddac82a76a1e665797e4be192d3642f2660d9f
-rw-r--r-- | vcl/source/window/dialog.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/window/dialog.cxx b/vcl/source/window/dialog.cxx index c98270cf38e8..9db9b87610a5 100644 --- a/vcl/source/window/dialog.cxx +++ b/vcl/source/window/dialog.cxx @@ -845,6 +845,7 @@ bool Dialog::ImplStartExecuteModal() ImplAdjustNWFSizes(); Show(); + ToTop(); pSVData->maAppData.mnModalMode++; return true; |