[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - vcl/source

Caolán McNamara caolanm at redhat.com
Fri Jul 12 04:29:58 PDT 2013


 vcl/source/window/builder.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a109cf6ab5d208ff6bfc6de180ed0aaa776815c7
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Jul 12 12:09:26 2013 +0100

    tab traversal order wrong
    
    Change-Id: If3b46a1f41cfdde7e6ae04c2aba48fc49d6f2230
    (cherry picked from commit 76789dd61c750b5655fc4dcd7629b12e1ff5d17b)
    Reviewed-on: https://gerrit.libreoffice.org/4860
    Reviewed-by: Andras Timar <atimar at suse.com>
    Tested-by: Andras Timar <atimar at suse.com>

diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx
index d652578..9793b86 100644
--- a/vcl/source/window/builder.cxx
+++ b/vcl/source/window/builder.cxx
@@ -1656,7 +1656,7 @@ void VclBuilder::reorderWithinParent(std::vector<Window*>& rChilds, bool bIsButt
         reorderWithinParent(*rChilds[i], i);
 
         if (!bIsButtonBox)
-            break;
+            continue;
 
         //The first member of the group for legacy code needs WB_GROUP set and the
         //others not


More information about the Libreoffice-commits mailing list