Skip to content
Snippets Groups Projects
Commit f688f74a authored by Jonas Beil's avatar Jonas Beil
Browse files

MMMPlayerPlugin: Don't connect slots in onConnectComponent

parent 88bcf87e
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,8 @@ void MMMPlayerWidget::onInitComponent()
{
usingProxy(MMMPLAYER_DEFAULT_NAME);
// ui.frameSlider->setEnabled(false);
connectSlots();
}
......@@ -87,8 +89,6 @@ void MMMPlayerWidget::onConnectComponent()
ui.frameSlider->blockSignals(true);
ui.frameSlider->setMaximum(MMMPlayer->getNumberOfFrames());
on_loopPlayback_toggled(false);
connectSlots();
}
void MMMPlayerWidget::onExitComponent()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment