Skip to content

Commit

Permalink
Fix EditorAudioBus corner radius
Browse files Browse the repository at this point in the history
  • Loading branch information
Giganzo committed Sep 17, 2024
1 parent 74de05a commit 5d62e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/editor_audio_buses.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ void EditorAudioBus::_notification(int p_what) {
} else if (has_focus()) {
draw_style_box(get_theme_stylebox(SNAME("focus"), SNAME("Button")), Rect2(Vector2(), get_size()));
} else {
draw_style_box(get_theme_stylebox(SceneStringName(panel), SNAME("TabContainer")), Rect2(Vector2(), get_size()));
draw_style_box(get_theme_stylebox(SNAME("BottomPanel"), EditorStringName(EditorStyles)), Rect2(Vector2(), get_size()));
}

if (get_index() != 0 && hovering_drop) {
Expand Down

0 comments on commit 5d62e12

Please sign in to comment.