Ignore:
Timestamp:
2009-12-06T13:40:16+01:00 (14 years ago)
Author:
stoecker
Message:

fixed small display issue with progress dialog

File:
1 edited

Legend:

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

    r2512 r2582  
    5656        spLog.setVisible(false);
    5757        setContentPane(pane);
    58         //setSize(Main.pref.getInteger("progressdialog.size",600),100);
    5958        setCustomText("");
    6059        setLocationRelativeTo(getParent());
     
    9897            return;
    9998        }
     99        customText.setText(text);
    100100        if (!customText.isVisible()) {
    101101            customText.setVisible(true);
    102102            adjustLayout();
    103103        }
    104         customText.setText(text);
    105104    }
    106105
Note: See TracChangeset for help on using the changeset viewer.