1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

Prevent showing toggle scripts panel switch in shader editor

This commit is contained in:
Yuri Roubinsky
2019-12-17 11:16:17 +03:00
parent 01a6223226
commit bb7b614da1
3 changed files with 11 additions and 1 deletions

View File

@@ -255,6 +255,8 @@ public:
void validate_script();
void show_toggle_scripts_button();
CodeTextEditor();
};