Ignore:
Timestamp:
2010-04-15T19:41:04+02:00 (16 years ago)
Author:
bastiK
Message:

fixed #4601 - Conflict list dialog won't update unless I prod it

File:
1 edited

Legend:

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

    r3178 r3186  
    4444 * This class is a toggle dialog that can be turned on and off.
    4545 *
    46  *
    4746 */
    4847public class ToggleDialog extends JPanel implements Helpful {
     
    147146                hideDialog();
    148147                dialogsPanel.reconstruct(Action.ELEMENT_SHRINKS, null);
    149                 hideNotify();
    150148            } else {
    151149                showDialog();
     
    156154                    dialogsPanel.reconstruct(Action.INVISIBLE_TO_DEFAULT, ToggleDialog.this);
    157155                }
    158                 showNotify();
    159156            }
    160157        }
     
    181178        toggleAction.putValue("selected", false);
    182179        toggleAction.putValue("selected", true);
     180        showNotify();
    183181    }
    184182
     
    213211        setIsShowing(false);
    214212        toggleAction.putValue("selected", false);
     213        hideNotify();
    215214    }
    216215
     
    394393                            hideDialog();
    395394                            dialogsPanel.reconstruct(Action.ELEMENT_SHRINKS, null);
    396                             hideNotify();
    397395                        }
    398396                    }
     
    434432                    } else {
    435433                        hideDialog();
    436                         hideNotify();
    437434                    }
    438435                }
Note: See TracChangeset for help on using the changeset viewer.