[vlc-devel] [PATCH] qml: cancel should no longer stop the media in the player view

Pierre Lamot pierre at videolabs.io
Mon Jul 29 17:23:24 CEST 2019


---
 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
-- 
2.17.1



More information about the vlc-devel mailing list