[Libreoffice-commits] core.git: Branch 'libreoffice-4-1-0' - vcl/source
Caolán McNamara
caolanm at redhat.com
Fri Jul 12 05:15:56 PDT 2013
vcl/source/window/builder.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 770099306bdefa83c8b071e09ca040a355a400af
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>
(cherry picked from commit a109cf6ab5d208ff6bfc6de180ed0aaa776815c7)
Reviewed-on: https://gerrit.libreoffice.org/4864
Reviewed-by: Fridrich Strba <fridrich at documentfoundation.org>
Reviewed-by: David Tardon <dtardon at redhat.com>
Tested-by: David Tardon <dtardon at redhat.com>
diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx
index 3824497..3e52ab6 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