This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
2.1.1
- Fixed crash on window destruction. Thanks to @JulienMaille !
- Removed the
setVisible
call for both QtWidgets and QtQuick implementations, fixed window geometry issue for some applications. Thanks to @JulienMaille ! - All the example projects gained the ability to record and restore the preivous window geometry. Thanks to @JulienMaille !
- Simplified QtQuick implementation. The three QtQuick system buttons now shared one same code base.
- Corrected some color calculation mistakes of the system buttons.
- Removed some unused bundled resources.
- Added function to retrieve the runtime version of FramelessHelper:
int FramelessHelper::Core::version()
. - Other internal refactorings and tweaks.