Tapereel icon should follow fg_color, not use hardcoded red

This commit is contained in:
Ben Loftis 2025-03-03 12:13:32 -06:00 committed by Robin Gareus
parent 9636189d2a
commit ae56743b7d
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 2 additions and 20 deletions

View file

@ -209,8 +209,6 @@ main (int argc, char** argv)
draw_icon (cr, pos++, ArdourIcon::RecButton, Gtkmm2ext::Off);
draw_icon (cr, pos++, ArdourIcon::RecButton, Gtkmm2ext::ImplicitActive);
draw_icon (cr, pos++, ArdourIcon::TapeReel, Gtkmm2ext::Off);
draw_icon (cr, pos++, ArdourIcon::TapeReel, Gtkmm2ext::ImplicitActive);
for (int i = 0; i < ArdourIcon::NoIcon; ++i) {
draw_icon (cr, pos++, ArdourIcon::Icon (i), Gtkmm2ext::ExplicitActive);