mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-02 18:44:37 +00:00
Text highlighting fixed
This commit is contained in:
@@ -88,7 +88,7 @@ public class TextPanel extends JPanel implements ActionListener {
|
||||
}
|
||||
|
||||
public void setText(String text) {
|
||||
textValue.setContentType("text/swf_text");
|
||||
textValue.setContentType("text/swftext");
|
||||
// textValue.setFont(new Font("Monospaced", Font.PLAIN, 13));
|
||||
textValue.setText(text);
|
||||
textValue.setCaretPosition(0);
|
||||
|
||||
Reference in New Issue
Block a user