diff --git a/src/com/jpexs/decompiler/flash/easygui/properties/panels/InstancePropertiesPanel.java b/src/com/jpexs/decompiler/flash/easygui/properties/panels/InstancePropertiesPanel.java index 39fd23e0d..24a5d9088 100644 --- a/src/com/jpexs/decompiler/flash/easygui/properties/panels/InstancePropertiesPanel.java +++ b/src/com/jpexs/decompiler/flash/easygui/properties/panels/InstancePropertiesPanel.java @@ -1081,9 +1081,7 @@ public class InstancePropertiesPanel extends AbstractPropertiesPanel { filtersTable.setFilters(null); } - if (text != null) { - textPanel.setText(text); - } + textPanel.setText(text); updating = false; revalidate(); }