- Timestamp:
- 2020-03-11T23:13:22+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/ToggleDialog.java
r15655 r16113 976 976 } 977 977 978 /** 979 * Clear button actions. Should be used when recreating the layout with sidebuttons, and the previous sidebuttons are no longer desired. 980 * @since 16113 981 */ 982 public void clearButtonActions() { 983 buttonActions.clear(); 984 } 985 978 986 @Override 979 987 public void eventDispatched(AWTEvent event) {
Note:
See TracChangeset
for help on using the changeset viewer.