Changeset 12559 in josm for trunk/test/unit
- Timestamp:
- 2017-08-02T21:51:23+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/JOSMFixture.java
r12221 r12559 156 156 new MainApplication().initialize(); 157 157 } else { 158 if (Main.main.panel == null) { 159 initMainPanel(); 160 Main.main.panel = Main.mainPanel; 161 } 158 162 Main.main.panel.reAddListeners(); 159 163 }
Note:
See TracChangeset
for help on using the changeset viewer.