Tidyups
This commit is contained in:
parent
aa5cf0ea3a
commit
f327dcab7a
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ TimelineLayoutHelper::drag_to_point(const Gdk::Point &mouse_point)
|
||||||
apply_drop_to_layout_tree(drop);
|
apply_drop_to_layout_tree(drop);
|
||||||
dropPoint = drop;
|
dropPoint = drop;
|
||||||
|
|
||||||
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);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue