Skip to content

Commit 1ced7fc

Browse files
committed
fix for #22
1 parent 1fc4db7 commit 1ced7fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

guiplayer.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -819,6 +819,7 @@ void GUIPlayer::connectOutput(const QString &driver, const QString &connection)
819819

820820
void GUIPlayer::closeEvent( QCloseEvent *event )
821821
{
822+
stop();
822823
Settings::instance()->setShowStatusBar(m_ui->actionShowStatusbar->isChecked());
823824
Settings::instance()->setShowToolBar(m_ui->actionShowToolbar->isChecked());
824825
Settings::instance()->setMainWindowGeometry(saveGeometry());

0 commit comments

Comments
 (0)