Freeing texts

This commit is contained in:
Jindra Petřík
2025-07-07 18:14:25 +02:00
parent fa57adb146
commit eebf0021ff

View File

@@ -1081,9 +1081,7 @@ public class InstancePropertiesPanel extends AbstractPropertiesPanel {
filtersTable.setFilters(null);
}
if (text != null) {
textPanel.setText(text);
}
textPanel.setText(text);
updating = false;
revalidate();
}