Store panels and docks singletons in their own classes

This commit is contained in:
trollodel
2022-01-20 20:13:26 +01:00
parent 8fc0dd9997
commit aa1102fc53
36 changed files with 228 additions and 213 deletions
+4
View File
@@ -134,3 +134,7 @@ NodeDock::NodeDock() {
select_a_node->set_autowrap_mode(Label::AUTOWRAP_WORD_SMART);
add_child(select_a_node);
}
NodeDock::~NodeDock() {
singleton = nullptr;
}