Skip to content

Commit

Permalink
Update visualization panel if mode description is altered
Browse files Browse the repository at this point in the history
  • Loading branch information
bwRavencl committed Mar 2, 2024
1 parent d50c3ca commit 1fe603f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/de/bwravencl/controllerbuddy/gui/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -4379,6 +4379,7 @@ private void setModeDescription() {
if (description != null && !description.isEmpty()) {
mode.setDescription(description);
setUnsavedChanges(true);
updateVisualizationPanel();
}
}
}
Expand Down

0 comments on commit 1fe603f

Please sign in to comment.