fix drag-motion over TAV w/o view()

This commit is contained in:
Robin Gareus 2015-03-08 03:42:23 +01:00
parent c3430e5884
commit 80bb72bbe2

View File

@ -706,7 +706,7 @@ RegionMotionDrag::motion (GdkEvent* event, bool first_move)
{
double delta_layer = 0;
int delta_time_axis_view = 0;
int current_pointer_time_axis_view;
int current_pointer_time_axis_view = -1;
assert (!_views.empty ());