Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
6be497de
Commit
6be497de
authored
Dec 20, 2007
by
Jean-Baptiste Kempf
Browse files
Qt4 - Fix the "playlist doesn't show at first click" bug.
parent
03421f3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/main_interface.cpp
View file @
6be497de
...
...
@@ -716,6 +716,7 @@ void MainInterface::togglePlaylist()
msg_Dbg
(
p_intf
,
"we don't want the playlist inside"
);
dockPL
->
setFloating
(
true
);
}
dockPL
->
show
();
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment