mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
restore use of vertical margin on ardour knob popup tooltip/window
This commit is contained in:
parent
40ce7268fb
commit
2f68907687
1 changed files with 1 additions and 1 deletions
|
|
@ -563,7 +563,7 @@ ArdourKnob::add_elements (Element e)
|
|||
|
||||
|
||||
KnobPersistentTooltip::KnobPersistentTooltip (Gtk::Widget* w)
|
||||
: PersistentTooltip (w)
|
||||
: PersistentTooltip (w, false, 3)
|
||||
, _dragging (false)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue