Changeset 17738 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2021-04-11T09:52:08+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/ExtendedDialog.java
r17731 r17738 253 253 requestFocusToDefaultButton(); 254 254 } 255 applyComponentOrientation(MainApplication.getMainFrame().getComponentOrientation()); 255 if (MainApplication.getMainFrame() != null) { 256 applyComponentOrientation(MainApplication.getMainFrame().getComponentOrientation()); 257 } 256 258 setVisible(true); 257 259 toggleSaveState();
Note:
See TracChangeset
for help on using the changeset viewer.