Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The button registers `confirmDialogWidgetPropertyListener` for the `propConfirmDialog` but then removes that from the `propMode`, resulting in this stack trace: ``` SEVERE [org.csstudio.display.builder.model] Unknown listener org.csstudio.display.builder.representation.javafx.widgets.BoolButtonRepresentation$$Lambda$1503/0x000000080115b620@411bed6c java.lang.Exception: Unknown listener at org.csstudio.display.builder.model.properties.PropertyChangeHandler.removePropertyListener(PropertyChangeHandler.java:119) at org.csstudio.display.builder.representation.javafx.widgets.BoolButtonRepresentation.unregisterListeners(BoolButtonRepresentation.java:226) at org.csstudio.display.builder.representation.javafx.widgets.JFXBaseRepresentation.dispose(JFXBaseRepresentation.java:247) at org.csstudio.display.builder.representation.WidgetRepresentation.destroy(WidgetRepresentation.java:88) ```
- Loading branch information