mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-24 02:26:10 +00:00
Freeing texts
This commit is contained in:
@@ -1081,9 +1081,7 @@ public class InstancePropertiesPanel extends AbstractPropertiesPanel {
|
||||
filtersTable.setFilters(null);
|
||||
}
|
||||
|
||||
if (text != null) {
|
||||
textPanel.setText(text);
|
||||
}
|
||||
textPanel.setText(text);
|
||||
updating = false;
|
||||
revalidate();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user