Browse Source

Appears to fix issue 1286


git-svn-id: http://svn.dmdirc.com/trunk@4499 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Shane Mc Cormack 16 years ago
parent
commit
278131516e

+ 2
- 0
src/com/dmdirc/ui/swing/dialogs/actionsmanager/ActionsManagerDialog.java View File

@@ -271,6 +271,8 @@ public final class ActionsManagerDialog extends StandardDialog implements Action
271 271
         getContentPane().setVisible(false);
272 272
         getContentPane().removeAll();
273 273
         layoutComponents();
274
+        validate();
275
+        layoutComponents();
274 276
         getContentPane().setVisible(true);
275 277
     }
276 278
 

Loading…
Cancel
Save