mirror of
https://github.com/fralx/LimeReport.git
synced 2025-10-01 19:51:30 +03:00
Fix undoing layout inside layout
This commit is contained in:
@@ -81,7 +81,7 @@ void VerticalLayout::relocateChildren()
|
||||
setIsRelocating(false);
|
||||
|
||||
for (BaseDesignIntf* item : newChildren) {
|
||||
connectTolayout(item);
|
||||
connectToLayout(item);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user