Skip to content
Snippets Groups Projects
Commit 51ced3de authored by Prince Gupta's avatar Prince Gupta :speech_balloon: Committed by Hugo Beauzée-Luyssen
Browse files

qml/PlaybackSpeedButton: fix parent assignment

parent d0bed771
No related branches found
No related tags found
Loading
......@@ -42,7 +42,7 @@ Widgets.IconControlButton {
focus: true
parent: playbackSpeedButton.paintOnly
? playbackSpeedButton // button is not part of main display (ToolbarEditorDialog)
: (History.current.view === "player") ? rootPlayer : g_mainDisplay
: (History.current.view === "player") ? rootPlayer : g_root
onOpened: {
// update popup coordinates
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment