diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-07-12 12:09:26 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-07-12 11:29:31 +0000 |
commit | a109cf6ab5d208ff6bfc6de180ed0aaa776815c7 (patch) | |
tree | 326916148343921a95af85568dec2b81ec1840f9 /vcl/source | |
parent | b4f35c69bfe56c1de0507e151dd8895563983723 (diff) |
tab traversal order wrong
Change-Id: If3b46a1f41cfdde7e6ae04c2aba48fc49d6f2230
(cherry picked from commit 76789dd61c750b5655fc4dcd7629b12e1ff5d17b)
Reviewed-on: https://gerrit.libreoffice.org/4860
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/window/builder.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx index d6525784fa5e..9793b8653c78 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 |