mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Move Gtkmm2ext widgets into libwidget
This commit is contained in:
parent
b6e4dfe37b
commit
f6e182b937
48 changed files with 218 additions and 252 deletions
|
|
@ -47,8 +47,8 @@ using PBD::Controllable;
|
|||
AutomationBarController::AutomationBarController (
|
||||
boost::shared_ptr<AutomationControl> ac,
|
||||
Adjustment* adj)
|
||||
: Gtkmm2ext::BarController(*adj, ac)
|
||||
, _controllable(ac)
|
||||
: ArdourWidgets::BarController (*adj, ac)
|
||||
, _controllable (ac)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
@ -344,7 +344,6 @@ AutomationController::disable_vertical_scroll ()
|
|||
AutomationBarController* bar = dynamic_cast<AutomationBarController*>(_widget);
|
||||
if (bar) {
|
||||
bar->set_tweaks (
|
||||
Gtkmm2ext::PixFader::Tweaks(bar->tweaks() |
|
||||
Gtkmm2ext::PixFader::NoVerticalScroll));
|
||||
ArdourWidgets::ArdourFader::Tweaks(bar->tweaks() | ArdourWidgets::ArdourFader::NoVerticalScroll));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue