Fixed drag by expander bug
This commit is contained in:
parent
b48c5e0cc0
commit
523eecfc24
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ TimelineHeaderWidget::on_button_release_event (GdkEventButton* event)
|
||||||
TimelineLayoutHelper &layout = track.timelineWidget.layoutHelper;
|
TimelineLayoutHelper &layout = track.timelineWidget.layoutHelper;
|
||||||
|
|
||||||
// Did the user release the button on an expander?
|
// Did the user release the button on an expander?
|
||||||
if(clickedExpander)
|
if(clickedExpander && !layout.is_dragging_track())
|
||||||
{
|
{
|
||||||
// Yes? The toggle the expanding
|
// Yes? The toggle the expanding
|
||||||
track.expand_collapse(track.get_expanded() ?
|
track.expand_collapse(track.get_expanded() ?
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue