Ignore:
Timestamp:
2009-09-04T16:34:59+02:00 (15 years ago)
Author:
Gubaer
Message:

fixed #3390: Opening file -> false map position

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/PleaseWaitDialog.java

    r2017 r2050  
    8585        setSize(Main.pref.getInteger("progressdialog.size", 600), 120);
    8686    }
    87 
    88     @Override
    89     public void setVisible(boolean visible) {
    90         super.setVisible(visible);
    91         if (visible) {
    92             // make sure this dialog is always on top of the main JOSM window
    93             // and all the other windows (relation editors, detached dialogs, etc.)
    94             //
    95             toFront();
    96         }
    97     }
    9887}
Note: See TracChangeset for help on using the changeset viewer.