Gui: fix automatic spinning of DemoMode

This commit is contained in:
wmayer
2023-09-26 15:40:23 +02:00
committed by wwmayer
parent 759e83859b
commit 3433ce70a6

View File

@@ -265,6 +265,7 @@ void DemoMode::onAutoPlay()
Gui::View3DInventor* view = activeView();
if (view && !view->getViewer()->isAnimating()) {
ui->playButton->setChecked(true);
startAnimation(view);
}
}