mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Fixup ColorRect
and TextureRect
renames
This commit is contained in:
parent
b9d48031e8
commit
9c3a33a4e8
5 changed files with 15 additions and 19 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue