Removed spurious curlies
This commit is contained in:
parent
64a7941002
commit
5740a3687e
1 changed files with 0 additions and 3 deletions
|
|
@ -238,10 +238,7 @@ TimelineLayoutHelper::drag_to_point(const Gdk::Point &mouse_point)
|
||||||
|
|
||||||
if((drop.relation == FirstChild || drop.relation == LastChild) &&
|
if((drop.relation == FirstChild || drop.relation == LastChild) &&
|
||||||
!target_timeline_track->get_expanded())
|
!target_timeline_track->get_expanded())
|
||||||
{
|
|
||||||
target_timeline_track->expand_collapse(Track::Expand);
|
target_timeline_track->expand_collapse(Track::Expand);
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
update_layout();
|
update_layout();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue