diff options
author | Daniel J. Ramirez <djrmuv@gmail.com> | 2017-01-22 22:40:43 -0600 |
---|---|---|
committer | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-04-27 08:04:57 +0200 |
commit | f045efe007cffb87238ee519b7f33d710814ded7 (patch) | |
tree | 9cb7b21ee73cd6a184ef2b18daff6867b98062d8 /editor/io_plugins | |
parent | 5993a5fac9a108297fc7909d1a38abac471d037d (diff) |
Add new editor and default theme (WIP)
Diffstat (limited to 'editor/io_plugins')
-rw-r--r-- | editor/io_plugins/editor_texture_import_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/io_plugins/editor_texture_import_plugin.cpp b/editor/io_plugins/editor_texture_import_plugin.cpp index a2f0ecaf7b..ba380f0334 100644 --- a/editor/io_plugins/editor_texture_import_plugin.cpp +++ b/editor/io_plugins/editor_texture_import_plugin.cpp @@ -678,7 +678,7 @@ EditorTextureImportDialog::EditorTextureImportDialog(EditorTextureImportPlugin* }; - mode_check[i]=memnew(CheckBox); + mode_check[i]=memnew( CheckBox ); bg->add_child(mode_check[i]); mode_check[i]->set_text(mode_name[i]); mode_check[i]->connect("pressed",this,"_mode_changed",varray(i)); |