vlc | branch: master | Adrien Maglo <[email protected]> | Fri Jun 21 10:59:37 2019 +0200| [90cafb5c3d4f8d8b03e75094cdbbbb15f3e053c5] | committer: Jean-Baptiste Kempf
QML: fix full player leave button Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=90cafb5c3d4f8d8b03e75094cdbbbb15f3e053c5 --- modules/gui/qt/qml/player/ControlButtons.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/qt/qml/player/ControlButtons.qml b/modules/gui/qt/qml/player/ControlButtons.qml index 5b7ce4b628..95b5f1c3d9 100644 --- a/modules/gui/qt/qml/player/ControlButtons.qml +++ b/modules/gui/qt/qml/player/ControlButtons.qml @@ -71,7 +71,7 @@ Item{ anchors.verticalCenter: parent.verticalCenter size: VLCStyle.icon_medium text: VLCIcons.exit - onClicked: mainPlaylistController.stop() + onClicked: history.previous(History.Go) property bool acceptFocus: true } } _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
