Index: trunk/src/org/openstreetmap/josm/gui/dialogs/DialogsPanel.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/dialogs/DialogsPanel.java	(revision 3210)
+++ trunk/src/org/openstreetmap/josm/gui/dialogs/DialogsPanel.java	(revision 3211)
@@ -82,4 +82,5 @@
                 reconstruct(Action.INVISIBLE_TO_DEFAULT, dlg);
             }
+            dlg.showNotify();
         } else {
             dlg.hideDialog();
Index: trunk/src/org/openstreetmap/josm/gui/dialogs/ToggleDialog.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/dialogs/ToggleDialog.java	(revision 3210)
+++ trunk/src/org/openstreetmap/josm/gui/dialogs/ToggleDialog.java	(revision 3211)
@@ -146,4 +146,5 @@
                 hideDialog();
                 dialogsPanel.reconstruct(Action.ELEMENT_SHRINKS, null);
+                hideNotify();
             } else {
                 showDialog();
@@ -154,4 +155,5 @@
                     dialogsPanel.reconstruct(Action.INVISIBLE_TO_DEFAULT, ToggleDialog.this);
                 }
+                showNotify();
             }
         }
@@ -178,5 +180,4 @@
         toggleAction.putValue("selected", false);
         toggleAction.putValue("selected", true);
-        showNotify();
     }
 
@@ -200,4 +201,5 @@
                 dialogsPanel.reconstruct(Action.INVISIBLE_TO_DEFAULT, this);
             }
+            showNotify();
         }
     }
@@ -211,5 +213,4 @@
         setIsShowing(false);
         toggleAction.putValue("selected", false);
-        hideNotify();
     }
 
@@ -393,4 +394,5 @@
                             hideDialog();
                             dialogsPanel.reconstruct(Action.ELEMENT_SHRINKS, null);
+                            hideNotify();
                         }
                     }
@@ -432,4 +434,5 @@
                     } else {
                         hideDialog();
+                        hideNotify();
                     }
                 }
