mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
set [new] draggable flag for draggable items with tooltips.
This commit is contained in:
parent
ea4ffbb674
commit
e32bf13016
2 changed files with 2 additions and 2 deletions
|
|
@ -563,7 +563,7 @@ ArdourKnob::add_elements (Element e)
|
|||
|
||||
|
||||
KnobPersistentTooltip::KnobPersistentTooltip (Gtk::Widget* w)
|
||||
: PersistentTooltip (w, false, 3)
|
||||
: PersistentTooltip (w, true, 3)
|
||||
, _dragging (false)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@ PannerInterface::set_send_drawing_mode(bool onoff) {
|
|||
}
|
||||
|
||||
PannerPersistentTooltip::PannerPersistentTooltip (Gtk::Widget* w)
|
||||
: PersistentTooltip (w)
|
||||
: PersistentTooltip (w, true)
|
||||
, _dragging (false)
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue