You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fixup ColorRect and TextureRect renames
This commit is contained in:
@@ -44,8 +44,8 @@ void AudioStreamEditor::_notification(int p_what) {
|
||||
if (p_what == NOTIFICATION_THEME_CHANGED || p_what == NOTIFICATION_ENTER_TREE) {
|
||||
_play_button->set_icon(get_theme_icon("MainPlay", "EditorIcons"));
|
||||
_stop_button->set_icon(get_theme_icon("Stop", "EditorIcons"));
|
||||
_preview->set_frame_color(get_theme_color("dark_color_2", "Editor"));
|
||||
set_frame_color(get_theme_color("dark_color_1", "Editor"));
|
||||
_preview->set_color(get_theme_color("dark_color_2", "Editor"));
|
||||
set_color(get_theme_color("dark_color_1", "Editor"));
|
||||
|
||||
_indicator->update();
|
||||
_preview->update();
|
||||
|
||||
Reference in New Issue
Block a user