Skip to content

Commit

Permalink
Update mCurrentFrameSpin with mouse wheel (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgilfernandez authored Feb 23, 2025
1 parent 052540d commit 3b4f62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/GUI/timelinedockwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ TimelineDockWidget::TimelineDockWidget(Document& document,
mCurrentFrameSpin->setToolTip(tr("Current frame"));
mCurrentFrameSpin->setRange(-INT_MAX, INT_MAX);
connect(mCurrentFrameSpin,
&QSpinBox::editingFinished,
QOverload<int>::of(&QSpinBox::valueChanged),
this, [this]() {
const auto scene = *mDocument.fActiveScene;
if (!scene) { return; }
Expand Down

0 comments on commit 3b4f62d

Please # to comment.