Replace radion buttons with checkboxes in GDNativeLibrary editor

This commit is contained in:
NilsIrl
2019-07-27 16:45:37 +02:00
parent 94aabf56a0
commit ba63e0a5a2
2 changed files with 18 additions and 15 deletions

View File

@ -61,7 +61,7 @@ class GDNativeLibraryEditor : public Control {
};
Tree *tree;
OptionButton *filter;
MenuButton *filter;
EditorFileDialog *file_dialog;
ConfirmationDialog *new_architecture_dialog;
LineEdit *new_architecture_input;