mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
all new implementation of audio clocks, with entirely new editing model. not entirely finished, but lookable, and usable
git-svn-id: svn://localhost/ardour2/branches/3.0@10662 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f07c92530c
commit
b25fbc8a95
29 changed files with 997 additions and 1261 deletions
|
|
@ -627,20 +627,6 @@ ArdourButton::set_image (const RefPtr<Gdk::Pixbuf>& img)
|
|||
queue_draw ();
|
||||
}
|
||||
|
||||
void
|
||||
ArdourButton::set_active (bool yn)
|
||||
{
|
||||
/* this is an API simplification for buttons
|
||||
that only use the Active and Normal states.
|
||||
*/
|
||||
|
||||
if (yn) {
|
||||
set_active_state (Gtkmm2ext::Active);
|
||||
} else {
|
||||
unset_active_state ();
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
ArdourButton::set_active_state (Gtkmm2ext::ActiveState s)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue