Commit 97a0b3ba authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: correctly restore the playlistWidget state when the undocked playlist is closed

Close #3607
parent 5bc20309
......@@ -156,6 +156,7 @@ void PlaylistWidget::closeEvent( QCloseEvent *event )
}
else
{
p_intf->p_sys->p_mi->playlistVisible = false;
hide();
event->ignore();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment