Commit 4d3d5523 authored by Pierre Rossi's avatar Pierre Rossi Committed by Andras Becsi
Browse files

Fix Back/Forward menus


We used private API from controls, knowing the risks, and
indeed, the API changed...

Change-Id: Ieb6ae01f4fddbef09240b637012c3b3dfef4b049
Reviewed-by: default avatarAndras Becsi <andras.becsi@theqtcompany.com>
Showing with 1 addition and 1 deletion
......@@ -47,7 +47,7 @@ ToolButton {
id: root
property Menu longPressMenu
function showMenu() {
longPressMenu.__popup(0, root.height, 0)
longPressMenu.__popup(Qt.rect(0, root.height, 0, 0), 0)
}
Binding {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment