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

            Bug ID: 367723
           Summary: Visual glitch in QQC1 ToolButton+Menu
           Product: Breeze
           Version: 5.6.0
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: QStyle
          Assignee: [email protected]
          Reporter: [email protected]

Instead of showing the little arrow down to indicate there's a menu, it shows
an ugly thing on the top left corner.

It can also be reproduced in Oxygen but not on Fusion or Windows styles.

See bug #366412 for more information.

Here's a test case:
import QtQuick.Controls 1.1

ApplicationWindow
{
    width: 500
    height: 500
    toolBar: ToolBar {
        ToolButton {
            iconName: "list-add"
            menu: Menu {
                MenuItem {text: "hello"}
            }
        }
    }
}

Reproducible: Always

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

Reply via email to