vcl/source/window/dialog.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 5a1d267a1ed7557db3fe4c73bc0749c885f0ebef
Author: Caolán McNamara <[email protected]>
Date:   Thu Nov 12 16:05:44 2015 +0000

    Resolves: tdf#93317 Modified Document Dialog misses focus on Gtk3
    
    Change-Id: I16ddac82a76a1e665797e4be192d3642f2660d9f
    (cherry picked from commit 82abd23f3ee1900b7579e5a0afa23581d5836f01)
    Reviewed-on: https://gerrit.libreoffice.org/19933
    Tested-by: Jenkins <[email protected]>
    Reviewed-by: Adolfo Jayme Barrientos <[email protected]>

diff --git a/vcl/source/window/dialog.cxx b/vcl/source/window/dialog.cxx
index 72652ae..4ce15de 100644
--- a/vcl/source/window/dialog.cxx
+++ b/vcl/source/window/dialog.cxx
@@ -816,6 +816,7 @@ bool Dialog::ImplStartExecuteModal()
     ImplAdjustNWFSizes();
 
     Show();
+    ToTop();
 
     pSVData->maAppData.mnModalMode++;
     return true;
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to