You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Removed outdated comment.
closes #78
(cherry picked from commit c1699d807f)
This commit is contained in:
committed by
Rémi Verschelde
parent
1c638e2976
commit
23b19a4349
@@ -364,10 +364,6 @@ EditorSettingsDialog::EditorSettingsDialog() {
|
|||||||
press_a_key->add_child(l);
|
press_a_key->add_child(l);
|
||||||
press_a_key->connect("input_event", this, "_wait_for_key");
|
press_a_key->connect("input_event", this, "_wait_for_key");
|
||||||
press_a_key->connect("confirmed", this, "_press_a_key_confirm");
|
press_a_key->connect("confirmed", this, "_press_a_key_confirm");
|
||||||
//Button *load = memnew( Button );
|
|
||||||
|
|
||||||
//load->set_text("Load..");
|
|
||||||
//hbc->add_child(load);
|
|
||||||
|
|
||||||
//get_ok()->set_text("Apply");
|
//get_ok()->set_text("Apply");
|
||||||
set_hide_on_ok(true);
|
set_hide_on_ok(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user