https://bugs.kde.org/show_bug.cgi?id=491815

David Redondo <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #6 from David Redondo <[email protected]> ---
reproducer:

import QtQuick
import org.kde.plasma.extras as PlasmaExtras

Window {
    visible: true
    PlasmaExtras.Menu {
        id: menu
        PlasmaExtras.MenuItem {
            text: "foo"
        }
        PlasmaExtras.MenuItem {
            text: "foo"
        }
        PlasmaExtras.MenuItem {
            text: "foo"
        }
        PlasmaExtras.MenuItem {
            text: "foo"
        }
    }
    MouseArea {
        anchors.fill: parent
        acceptedButtons: Qt.RightButton
        onPressed: mouse => menu.open(mouse.x, mouse.y)
    }
}

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to