forked from quickshell/quickshell
wayland/platformmenu: fix flipped positions and submenu y positions
This commit is contained in:
parent
6367b56f55
commit
aa3f7daea2
3 changed files with 34 additions and 2 deletions
|
@ -104,6 +104,8 @@ bool PlatformMenuEntry::display(QObject* parentWindow, int relativeX, int relati
|
|||
this->qmenu->createWinId();
|
||||
this->qmenu->windowHandle()->setTransientParent(window);
|
||||
|
||||
// Skips screen edge repositioning so it can be left to the compositor on wayland.
|
||||
this->qmenu->targetPosition = point;
|
||||
this->qmenu->popup(point);
|
||||
|
||||
return true;
|
||||
|
|
|
@ -26,6 +26,7 @@ public:
|
|||
void setVisible(bool visible) override;
|
||||
|
||||
PlatformMenuQMenu* containingMenu = nullptr;
|
||||
QPoint targetPosition;
|
||||
};
|
||||
|
||||
class PlatformMenuEntry: public QObject {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue