Display language icons in script create dialog

This commit is contained in:
Andrii Doroshenko (Xrayez)
2019-08-12 14:41:24 +03:00
parent e23f5e6415
commit bd9852b982
2 changed files with 22 additions and 4 deletions

View File

@ -76,6 +76,7 @@ class ScriptCreateDialog : public ConfirmationDialog {
bool is_built_in;
bool built_in_enabled;
int current_language;
int default_language;
bool re_check_path;
String script_template;
Vector<String> template_list;