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
GSoC
GSoC2018
macOS
vlc
Commits
d18e0d0e
Commit
d18e0d0e
authored
Sep 02, 2012
by
François Cartegnie
🤞
Browse files
Qt: PLSelector: ensure curItem is set when switching back from ML
parent
969c7bd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/components/playlist/selector.cpp
View file @
d18e0d0e
...
...
@@ -303,6 +303,7 @@ void PLSelector::setSource( QTreeWidgetItem *item )
else
if
(
i_type
==
SQL_ML_TYPE
)
{
emit
categoryActivated
(
NULL
,
true
);
curItem
=
item
;
return
;
}
#endif
...
...
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