[vlc-commits] qml: cancel should no longer stop the media in the player view
Pierre Lamot
git at videolan.org
Tue Jul 30 17:42:50 CEST 2019
vlc | branch: master | Pierre Lamot <pierre at videolabs.io> | Mon Jul 29 17:23:24 2019 +0200| [f9caa20929614f0368cbbc7ca3d14b4963aa3546] | committer: Jean-Baptiste Kempf
qml: cancel should no longer stop the media in the player view
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f9caa20929614f0368cbbc7ca3d14b4963aa3546
---
modules/gui/qt/qml/player/ControlBar.qml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/qt/qml/player/ControlBar.qml b/modules/gui/qt/qml/player/ControlBar.qml
index cfa5d79c9a..dd6eea3f75 100644
--- a/modules/gui/qt/qml/player/ControlBar.qml
+++ b/modules/gui/qt/qml/player/ControlBar.qml
@@ -39,8 +39,8 @@ Utils.NavigableFocusScope {
Keys.priority: Keys.AfterItem
Keys.onPressed: defaultKeyAction(event, 0)
+ onActionCancel: history.previous(History.Go)
- onActionCancel: mainPlaylistController.stop()
ColumnLayout {
anchors.fill: parent
spacing: 0
More information about the vlc-commits
mailing list