Restore new_editor toolbar play button styling

This commit is contained in:
2026-04-21 20:43:17 +08:00
parent 0780e54efa
commit a779b04dba
2 changed files with 4 additions and 13 deletions

View File

@@ -119,15 +119,6 @@ void AppendUIEditorShellToolbar(
return;
}
drawList.AddFilledRect(
layout.groupRect,
palette.groupColor,
metrics.groupCornerRounding);
drawList.AddRectOutline(
layout.groupRect,
palette.groupBorderColor,
metrics.borderThickness,
metrics.groupCornerRounding);
const std::size_t buttonCount = (std::min)(buttons.size(), layout.buttonRects.size());
for (std::size_t index = 0; index < buttonCount; ++index) {