mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
replace old ArdourButton::Icon API with Gtkmm2ext.
This commit is contained in:
parent
31732462c7
commit
1d5c6104f5
7 changed files with 25 additions and 432 deletions
|
|
@ -695,10 +695,10 @@ Editor::Editor ()
|
|||
/* nudge stuff */
|
||||
|
||||
nudge_forward_button.set_name ("nudge button");
|
||||
nudge_forward_button.set_icon(ArdourButton::NudgeRight);
|
||||
nudge_forward_button.set_icon(ArdourIcon::NudgeRight);
|
||||
|
||||
nudge_backward_button.set_name ("nudge button");
|
||||
nudge_backward_button.set_icon(ArdourButton::NudgeLeft);
|
||||
nudge_backward_button.set_icon(ArdourIcon::NudgeLeft);
|
||||
|
||||
fade_context_menu.set_name ("ArdourContextMenu");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue