wayland/platformmenu: fix flipped positions and submenu y positions

This commit is contained in:
outfoxxed 2024-07-19 02:55:38 -07:00
parent 6367b56f55
commit aa3f7daea2
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
3 changed files with 34 additions and 2 deletions

View file

@ -26,6 +26,7 @@ public:
void setVisible(bool visible) override;
PlatformMenuQMenu* containingMenu = nullptr;
QPoint targetPosition;
};
class PlatformMenuEntry: public QObject {