Skip to content

Commit 284744b

Browse files
committed
small fix to always save layout
1 parent cd7e239 commit 284744b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

embedCONTROLCore/src/main/java/com/thecoderscorner/embedcontrol/customization/formbuilder/FormEditorController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ public void onSaveLayout(ActionEvent actionEvent) {
195195
}
196196

197197
public void onMenuChangeButton(ActionEvent actionEvent) {
198+
onSaveLayout(null);
198199
var formProperties = new FormEditorPropertiesPresentable(itemStore, this, navMgr);
199200
navMgr.pushNavigation(formProperties);
200201
}

0 commit comments

Comments
 (0)