diff options
-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 |