Commit 6be497de authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Fix the "playlist doesn't show at first click" bug.

parent 03421f3e
...@@ -716,6 +716,7 @@ void MainInterface::togglePlaylist() ...@@ -716,6 +716,7 @@ void MainInterface::togglePlaylist()
msg_Dbg( p_intf, "we don't want the playlist inside"); msg_Dbg( p_intf, "we don't want the playlist inside");
dockPL->setFloating( true ); dockPL->setFloating( true );
} }
dockPL->show();
} }
else else
{ {
......
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