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