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

Simplify structure of preview text in visual shader editor

This commit is contained in:
Michael Alexsander Silva Dias
2019-08-18 13:27:08 -03:00
parent ef37f00525
commit c19a66d72f
2 changed files with 8 additions and 17 deletions

View File

@@ -70,7 +70,6 @@ class VisualShaderEditor : public VBoxContainer {
PanelContainer *error_panel;
Label *error_label;
PanelContainer *preview_panel;
TextEdit *preview_text;
UndoRedo *undo_redo;
@@ -153,7 +152,7 @@ class VisualShaderEditor : public VBoxContainer {
void _update_custom_nodes();
void _update_options_menu();
void _show_preview_panel();
void _show_preview_text();
void _update_preview();
static VisualShaderEditor *singleton;