Changes between Version 3 and Version 4 of Ticket #7424, comment 8
- Timestamp:
- 2012-02-22T09:15:54+01:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7424, comment 8
v3 v4 9 9 10 10 Can I handle changing mapframe or dialog destruction in ToggleDialogs? 11 Oh, it seems I have found ready solution - override '''destroy()''', like in [http://josm.openstreetmap.de/browser/trunk/src/org/openstreetmap/josm/gui/dialogs/LayerListDialog.java#L343 LayerListDialog]. Am I right? 11 Oh, it seems I have found ready solution - override '''destroy()''', like in [http://josm.openstreetmap.de/browser/trunk/src/org/openstreetmap/josm/gui/dialogs/LayerListDialog.java#L343 LayerListDialog]. Am I right? If needed, I can implement it (please let me know if someone started it). 12 12 13 13