Ignore:
Timestamp:
12.01.2010 08:08:21 (2 years ago)
Author:
Gubaer
Message:

fixed #4082: Upload-Dialog shows in diseabled display
Replaced WindowGeometry.apply() by WindowGeometry.applySafe(), as suggested by bomm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/AddNodeAction.java

    r2711 r2824  
    264264            if (visible) { 
    265265                setCanceled(false); 
    266                 WindowGeometry.centerInWindow(Main.parent, getSize()).apply(this); 
     266                WindowGeometry.centerInWindow(Main.parent, getSize()).applySafe(this); 
    267267            } 
    268268            super.setVisible(visible); 
Note: See TracChangeset for help on using the changeset viewer.