소스 검색

fixes issue 1661

git-svn-id: http://svn.dmdirc.com/trunk@4577 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Gregory Holmes 16 년 전
부모
커밋
19fa8ab8ad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/com/dmdirc/ui/swing/components/SwingInputField.java

+ 1
- 1
src/com/dmdirc/ui/swing/components/SwingInputField.java 파일 보기

@@ -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…
취소
저장