Ignore:
Timestamp:
2009-08-29T15:51:00+02:00 (17 years ago)
Author:
Gubaer
Message:

fixed #2367: panel will be empty when undocked from minimized state
cleanup in Toggle Dialog
new: toggle dialog remember position when detached
new: title in toggle dialog
NOTE: this changeset probably breaks plugins, in particular the validator plugin

File:
1 edited

Legend:

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

    r1750 r2005  
    6262    private void buildList() {
    6363        if(Main.main.undoRedo.commands.size() != 0) {
    64             setTitle(tr("Command Stack: {0}", Main.main.undoRedo.commands.size()), true);
     64            setTitle(tr("Command Stack: {0}", Main.main.undoRedo.commands.size()));
    6565        } else {
    66             setTitle(tr("Command Stack"), false);
     66            setTitle(tr("Command Stack"));
    6767        }
    6868        if (Main.map == null || Main.map.mapView == null || Main.map.mapView.getEditLayer() == null)
Note: See TracChangeset for help on using the changeset viewer.