mirror of
https://invent.kde.org/plasma/layer-shell-qt.git
synced 2025-07-18 13:04:21 -04:00
Update the desired size when the anchors change
When the anchor changes, the desired size should be updated to avoid the compositor posting a protocol error. BUG: 484990
This commit is contained in:
@ -34,6 +34,7 @@ public:
|
||||
}
|
||||
void attachPopup(QtWaylandClient::QWaylandShellSurface *popup) override;
|
||||
|
||||
void setDesiredSize(const QSize &size);
|
||||
void setAnchor(uint32_t anchor);
|
||||
void setExclusiveZone(int32_t zone);
|
||||
void setExclusiveEdge(uint32_t edge);
|
||||
|
Reference in New Issue
Block a user