Skip to content

Commit

Permalink
Fix hang at launch on OS X 10.8 (and maybe more).
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Apr 25, 2016
1 parent dd341c5 commit f288cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/scopes/audioloudnessscopewidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ AudioLoudnessScopeWidget::AudioLoudnessScopeWidget()

hlayout->addStretch();

resetQview();
connect(m_qview->quickWindow(), SIGNAL(sceneGraphInitialized()), SLOT(resetQview()));

LOG_DEBUG() << "end";
}
Expand Down

0 comments on commit f288cbf

Please sign in to comment.