Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
7ad82f89
Commit
7ad82f89
authored
Sep 08, 2007
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt4 - GotoTime: force emission of update() in the IM, in order to fix Trax#33
parent
0ce22e78
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
modules/gui/qt4/dialogs/gototime.cpp
modules/gui/qt4/dialogs/gototime.cpp
+2
-0
modules/gui/qt4/input_manager.cpp
modules/gui/qt4/input_manager.cpp
+1
-1
No files found.
modules/gui/qt4/dialogs/gototime.cpp
View file @
7ad82f89
...
...
@@ -108,4 +108,6 @@ void GotoTimeDialog::close()
var_SetTime
(
THEMIM
->
getInput
(),
"time"
,
i_time
);
}
this
->
toggleVisible
();
timeEdit
->
setTime
(
QTime
(
0
,
0
,
0
)
);
THEMIM
->
getIM
()
->
update
();
}
modules/gui/qt4/input_manager.cpp
View file @
7ad82f89
...
...
@@ -109,7 +109,7 @@ void InputManager::update()
val
.
i_int
=
0
;
var_Change
(
p_input
,
"chapter"
,
VLC_VAR_CHOICESCOUNT
,
&
val
,
NULL
);
if
(
val
.
i_int
>
0
)
{
{
emit
navigationChanged
(
1
);
// 1 = chapter, 2 = title, 0 = NO
}
else
...
...
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