mirror of
https://github.com/leozide/leocad.git
synced 2026-07-28 04:07:11 +00:00
Fixed timeline selection getting out of sync with model selection.
This commit is contained in:
@@ -553,8 +553,11 @@ void lcTimelineWidget::ItemSelectionChanged()
|
||||
}
|
||||
|
||||
Model->SetSelectionAndFocus(Selection, CurrentPiece, LC_PIECE_SECTION_POSITION, lcSelectionMode::Single);
|
||||
|
||||
mIgnoreUpdates = false;
|
||||
blockSignals(Blocked);
|
||||
|
||||
UpdateSelection();
|
||||
}
|
||||
|
||||
void lcTimelineWidget::dropEvent(QDropEvent* Event)
|
||||
|
||||
Reference in New Issue
Block a user