Details
-
Bug
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
None
-
5.9.2
-
None
-
Windows 7 64bits
Build for 32 bits
MSVC 2015 or MinGW 5.3.0
Debug
Description
Hi,
When using an OpacityAnimator and closing the ApplicationWindow the application is still alive.
With MSVC the application runs for awhile then crash. With MinGW it never ends.
If setting "running" to false using the embedded button before closing there is no more problem.
If setting running to false on the "onClosing" handler of the ApplicationWindow the problem remains.
If replacing with PropertyAnimation there is no more problem.
Attached file is a "Proof Of Bug"