vcl/source/window/builder.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a109cf6ab5d208ff6bfc6de180ed0aaa776815c7 Author: Caolán McNamara <caol...@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 <ati...@suse.com> Tested-by: Andras Timar <ati...@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
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits