mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 07:26:32 +01:00
Fix Wreorder
This commit is contained in:
parent
13da06feb9
commit
9f29986a16
1 changed files with 1 additions and 1 deletions
|
|
@ -272,9 +272,9 @@ Drag::Drag (Editor* e, ArdourCanvas::Item* i, Temporal::TimeDomain td, bool trac
|
|||
, _grab_y (0.0)
|
||||
, _last_pointer_x (0.0)
|
||||
, _last_pointer_y (0.0)
|
||||
, _time_domain (td)
|
||||
, _snap_delta (0)
|
||||
, _constraint_pressed (false)
|
||||
, _time_domain (td)
|
||||
, _grab_button (-1)
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue