- Timestamp:
- 2009-08-30T16:58:53+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/ToggleDialog.java
r2005 r2010 291 291 refreshToggleDialogsView(); 292 292 toggleAction.putValue("selected", false); 293 } 294 295 /** 296 * Replies true if this dialog is showing either as docked or as detached dialog 297 */ 298 public boolean isDialogShowing() { 299 return this.isShowing; 293 300 } 294 301
Note:
See TracChangeset
for help on using the changeset viewer.