1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-07 17:36:07 +00:00

Fix changing theme coloring for error label in VisualShader editor

This commit is contained in:
Yuri Roubinsky
2021-06-03 10:50:13 +03:00
parent 4e52b84011
commit 8456682222
2 changed files with 17 additions and 24 deletions

View File

@@ -146,16 +146,14 @@ class VisualShaderEditor : public VBoxContainer {
OptionButton *edit_type_particles;
OptionButton *edit_type_sky;
PanelContainer *error_panel;
Label *error_label;
bool pending_update_preview;
bool shader_error;
Window *preview_window;
VBoxContainer *preview_vbox;
CodeEdit *preview_text;
Ref<CodeHighlighter> syntax_highlighter;
Label *error_text;
PanelContainer *error_panel;
Label *error_label;
UndoRedo *undo_redo;
Point2 saved_node_pos;