mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-17 19:06:01 +01:00
stop a lot of warnings about GtkSpinButton non-zero page size deprecation
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4913 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
8beeee1684
commit
113a262e12
1 changed files with 0 additions and 3 deletions
|
|
@ -479,9 +479,6 @@ GenericPluginUI::build_control_ui (guint32 port_index, PBD::Controllable* mcontr
|
|||
control_ui->adjustment->set_lower (log(control_ui->adjustment->get_lower()));
|
||||
}
|
||||
|
||||
float delta = desc.upper - desc.lower;
|
||||
|
||||
control_ui->adjustment->set_page_size (delta/100.0);
|
||||
control_ui->adjustment->set_step_increment (desc.step);
|
||||
control_ui->adjustment->set_page_increment (desc.largestep);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue