mirror of
https://github.com/leozide/leocad
synced 2025-02-05 08:45:55 +01:00
Update current step item in the timeline widget.
This commit is contained in:
parent
db7259b7a5
commit
14f891bd08
1 changed files with 1 additions and 1 deletions
|
@ -266,11 +266,11 @@ void lcTimelineWidget::UpdateCurrentStepItem()
|
|||
QFont Font = CurrentStepItem->font(0);
|
||||
Font.setBold(true);
|
||||
CurrentStepItem->setFont(0, Font);
|
||||
setCurrentItem(CurrentStepItem);
|
||||
}
|
||||
|
||||
mCurrentStepItem = CurrentStepItem;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void lcTimelineWidget::UpdateSelection()
|
||||
|
|
Loading…
Add table
Reference in a new issue