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
b660dd5c
Commit
b660dd5c
authored
Jul 07, 2008
by
Jean-Baptiste Kempf
Browse files
Fix behaviour of DVDSimple button while not in DVD opening
parent
ba714bed
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/components/open_panels.cpp
View file @
b660dd5c
...
...
@@ -299,6 +299,7 @@ void DiscOpenPanel::updateButtons()
ui
.
chapterLabel
->
show
();
ui
.
chapterSpin
->
show
();
ui
.
diskOptionBox_2
->
show
();
ui
.
dvdsimple
->
setEnabled
(
true
);
}
else
if
(
ui
.
vcdRadioButton
->
isChecked
()
)
{
...
...
@@ -311,6 +312,7 @@ void DiscOpenPanel::updateButtons()
ui
.
chapterLabel
->
hide
();
ui
.
chapterSpin
->
hide
();
ui
.
diskOptionBox_2
->
show
();
ui
.
dvdsimple
->
setEnabled
(
false
);
}
else
/* CDDA */
{
...
...
@@ -323,6 +325,7 @@ void DiscOpenPanel::updateButtons()
ui
.
chapterLabel
->
hide
();
ui
.
chapterSpin
->
hide
();
ui
.
diskOptionBox_2
->
hide
();
ui
.
dvdsimple
->
setEnabled
(
false
);
}
updateMRL
();
...
...
Write
Preview
Markdown
is supported
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