diff options
Diffstat (limited to 'tools/editor/property_editor.h')
-rw-r--r-- | tools/editor/property_editor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/editor/property_editor.h b/tools/editor/property_editor.h index 1fedb832ed..693bfb3efd 100644 --- a/tools/editor/property_editor.h +++ b/tools/editor/property_editor.h @@ -31,6 +31,7 @@ #include "scene/gui/tree.h" #include "scene/gui/button.h" +#include "scene/gui/check_box.h" #include "scene/gui/label.h" #include "tools/editor/editor_file_dialog.h" #include "scene/gui/dialogs.h" @@ -95,7 +96,7 @@ class CustomPropertyEditor : public Popup { ColorPicker *color_picker; TextEdit *text_edit; bool read_only; - Button *checks20[20]; + CheckBox *checks20[20]; SpinBox *spinbox; HSlider *slider; |