diff --git a/trunk/src/com/jpexs/decompiler/flash/gui/GenericTagPanel.java b/trunk/src/com/jpexs/decompiler/flash/gui/GenericTagPanel.java index ca920e875..1f8b7547d 100644 --- a/trunk/src/com/jpexs/decompiler/flash/gui/GenericTagPanel.java +++ b/trunk/src/com/jpexs/decompiler/flash/gui/GenericTagPanel.java @@ -79,6 +79,7 @@ public class GenericTagPanel extends JPanel { } } genericTagPropertiesEditorPane.setText(sb.toString()); + genericTagPropertiesEditorPane.setCaretPosition(0); } public void generateEditControls() {