- 
    Bug 
- 
    Resolution: Fixed
- 
     P3 P3
- 
    8
- 
    None
                    Open attached FXML
Select the ToggleButton and try and delete it - bug - you are shown the "This component has an fx:id. Do you really want to delete it?" dialog.
There is no fx:id set on the ToggleButton, but there is a ToggleGroup value.
<ToggleGroup fx:id="visual_buttons" />
This seems to be triggering the warning dialog.
Select the ToggleButton and try and delete it - bug - you are shown the "This component has an fx:id. Do you really want to delete it?" dialog.
There is no fx:id set on the ToggleButton, but there is a ToggleGroup value.
<ToggleGroup fx:id="visual_buttons" />
This seems to be triggering the warning dialog.