The return of the tape-reel icon

This was removed with destructive record mode
a4d7b45fe0

This new version is no longer red by default, and
also works with light theme
This commit is contained in:
Robin Gareus
2024-12-14 15:49:11 +01:00
parent 4c34f3cd29
commit bae7c52f01
3 changed files with 111 additions and 0 deletions

View File

@@ -209,6 +209,8 @@ 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);