diff options
author | Ken Moore <ken@ixsystems.com> | 2017-06-29 14:46:57 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-06-29 14:46:57 -0400 |
commit | e0e184fab30995de316bb6c9bb111785ad9d4f6b (patch) | |
tree | d15a11fe622dcc06d49a656c2f78bbe98c948880 /src-qt5/core/libLumina/RootSubWindow.h | |
parent | Some more fixes for the window animations (diff) | |
download | lumina-e0e184fab30995de316bb6c9bb111785ad9d4f6b.tar.gz lumina-e0e184fab30995de316bb6c9bb111785ad9d4f6b.tar.bz2 lumina-e0e184fab30995de316bb6c9bb111785ad9d4f6b.zip |
Add an animation finished routine so we can re-load any Window settings which are ignored during the animation.
Diffstat (limited to 'src-qt5/core/libLumina/RootSubWindow.h')
-rw-r--r-- | src-qt5/core/libLumina/RootSubWindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-qt5/core/libLumina/RootSubWindow.h b/src-qt5/core/libLumina/RootSubWindow.h index 5e291aa3..25c6596a 100644 --- a/src-qt5/core/libLumina/RootSubWindow.h +++ b/src-qt5/core/libLumina/RootSubWindow.h @@ -71,6 +71,7 @@ public slots: private slots: void propertiesChanged(QList<NativeWindow::Property>, QList<QVariant>); + void animFinished(); protected: void mousePressEvent(QMouseEvent*); |