Fix Wreorder

This commit is contained in:
Robin Gareus 2022-03-17 17:11:27 +01:00
parent 13da06feb9
commit 9f29986a16
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{