Skip to content

Commit a1063ac

Browse files
authored
Merge pull request #550 from CyberGhost13337/master
Plugin Writer, Fix unexpected text direction behavior
2 parents 903ac6a + 3209051 commit a1063ac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/the/bytecode/club/bytecodeviewer/plugin/PluginWriter.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ public void buildGUI()
9191
area.setOnCtrlS(this::save);
9292
area.setText(content);
9393
area.setCaretPosition(0);
94-
DefaultCaret caret = (DefaultCaret)area.getCaret();
95-
caret.setUpdatePolicy(DefaultCaret.NEVER_UPDATE);
9694
SyntaxLanguage.setLanguage(area, pluginName);
9795
content = null;
9896

0 commit comments

Comments
 (0)