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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user