Skip to content

Commit 922ae7e

Browse files
committed
Merge pull request #97113 from Giganzo/audio-corners
Fix EditorAudioBus corner radius
2 parents 71b3221 + 5d62e12 commit 922ae7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/editor_audio_buses.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ void EditorAudioBus::_notification(int p_what) {
127127
} else if (has_focus()) {
128128
draw_style_box(get_theme_stylebox(SNAME("focus"), SNAME("Button")), Rect2(Vector2(), get_size()));
129129
} else {
130-
draw_style_box(get_theme_stylebox(SceneStringName(panel), SNAME("TabContainer")), Rect2(Vector2(), get_size()));
130+
draw_style_box(get_theme_stylebox(SNAME("BottomPanel"), EditorStringName(EditorStyles)), Rect2(Vector2(), get_size()));
131131
}
132132

133133
if (get_index() != 0 && hovering_drop) {

0 commit comments

Comments
 (0)