Summary: | When GlobalDrawer isMenu: true, calling open() still opens the drawer instead of the menu | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kirigami | Reporter: | Thiago Sueto <herzenschein> |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | nate, notmart |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | Not decided | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Thiago Sueto
2023-01-31 23:56:41 UTC
The problem is that open() is implemented in the source QQC2 Drawer, and we can't in qml do a reimplementation that calls the stock implementation if is not a menu, as there is not a such thing as "superclass" :/ |