[Libreoffice-commits] core.git: vcl/source

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


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

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

    tab traversal order wrong
    
    Change-Id: If3b46a1f41cfdde7e6ae04c2aba48fc49d6f2230

diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx
index d7d384a..c6134c4 100644
--- a/vcl/source/window/builder.cxx
+++ b/vcl/source/window/builder.cxx
@@ -1799,7 +1799,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