Skip to content

Commit 64ae0f1

Browse files
committed
Remove caret position setter
1 parent 8c350c0 commit 64ae0f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/io/github/thistestuser/DeobfuscatorFrame.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,6 @@ public DeobfuscatorOutputStream(JTextArea console)
797797
public void write(int b) throws IOException
798798
{
799799
console.append(String.valueOf((char)b));
800-
console.setCaretPosition(console.getDocument().getLength());
801800
}
802801
}
803802
}

0 commit comments

Comments
 (0)