Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the curved mode on exiting fullscreen
Window view model's isCurved property was not properly updated when exiting fullscreen. When entering fullscreen it's updated because placeWindow() is called. However on unfullscreen placeWindow() is not called so the isCurved property was not updated. The solution is to call updateCurvedMode when entering/exiting fullscreen.
- Loading branch information