fix: setting visible above geom in ProxyFloatingWindow

Used to shrink window to the given size.
This commit is contained in:
outfoxxed 2024-02-01 22:33:45 -08:00
parent f2f7ec92f2
commit b62f2f3a50
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 11 additions and 4 deletions

View file

@ -77,7 +77,9 @@ class ProxyFloatingWindow: public ProxyWindowBase {
QML_ELEMENT;
public:
void setVisible(bool value) override;
void earlyInit(QObject* old) override;
void componentComplete() override;
void setWidth(qint32 value) override;
void setHeight(qint32 value) override;