You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Removed an unused and leaked CheckButton instance in theme editor plugin
This commit is contained in:
@@ -683,7 +683,6 @@ ThemeEditor::ThemeEditor() {
|
||||
CheckButton *cb = memnew(CheckButton);
|
||||
cb->set_text("CheckButton");
|
||||
first_vb->add_child(cb);
|
||||
cb = memnew(CheckButton);
|
||||
CheckBox *cbx = memnew(CheckBox);
|
||||
cbx->set_text("CheckBox");
|
||||
first_vb->add_child(cbx);
|
||||
|
||||
Reference in New Issue
Block a user