Commit 27b03afc authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: correctly restore the undocked playlist state

Close #9223
parent 357bcda7
...@@ -965,7 +965,7 @@ void MainInterface::setStatusBarVisibility( bool b_visible ) ...@@ -965,7 +965,7 @@ void MainInterface::setStatusBarVisibility( bool b_visible )
void MainInterface::setPlaylistVisibility( bool b_visible ) void MainInterface::setPlaylistVisibility( bool b_visible )
{ {
if ( !isPlDocked() ) if ( !isPlDocked() && !THEDP->isDying() )
playlistVisible = b_visible; playlistVisible = b_visible;
} }
......
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