Browse Source

fixes issue 1661

git-svn-id: http://svn.dmdirc.com/trunk@4577 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Gregory Holmes 16 years ago
parent
commit
19fa8ab8ad
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/com/dmdirc/ui/swing/components/SwingInputField.java

+ 1
- 1
src/com/dmdirc/ui/swing/components/SwingInputField.java View File

@@ -446,7 +446,7 @@ public class SwingInputField extends JComponent implements InputField,
446 446
             public void run() {
447 447
                 errorIndicator.setVisible(true);
448 448
                 errorIndicator.setToolTipText(reason);
449
-                wrappedText(0);
449
+                wrapIndicator.setVisible(false);
450 450
             }
451 451
         });
452 452
     }

Loading…
Cancel
Save