[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - vcl/source

Caolán McNamara caolanm at redhat.com
Thu Nov 12 14:01:52 PST 2015


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

New commits:
commit 5a1d267a1ed7557db3fe4c73bc0749c885f0ebef
Author: Caolán McNamara <caolanm at redhat.com>
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 <ci at libreoffice.org>
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

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;


More information about the Libreoffice-commits mailing list