Kaydet (Commit) 76789dd6 authored tarafından Caolán McNamara's avatar Caolán McNamara

tab traversal order wrong

Change-Id: If3b46a1f41cfdde7e6ae04c2aba48fc49d6f2230
üst e352abc2
...@@ -1799,7 +1799,7 @@ void VclBuilder::reorderWithinParent(std::vector<Window*>& rChilds, bool bIsButt ...@@ -1799,7 +1799,7 @@ void VclBuilder::reorderWithinParent(std::vector<Window*>& rChilds, bool bIsButt
reorderWithinParent(*rChilds[i], i); reorderWithinParent(*rChilds[i], i);
if (!bIsButtonBox) if (!bIsButtonBox)
break; continue;
//The first member of the group for legacy code needs WB_GROUP set and the //The first member of the group for legacy code needs WB_GROUP set and the
//others not //others not
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment