0
0
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:
Emil Sawicki
2022-02-06 15:14:04 +01:00
parent 02ee5864a3
commit a94bedad06
7 changed files with 57 additions and 12 deletions

View File

@@ -81,7 +81,7 @@ void VerticalLayout::relocateChildren()
setIsRelocating(false);
for (BaseDesignIntf* item : newChildren) {
connectTolayout(item);
connectToLayout(item);
}
}