Closed valimaties closed 1 year ago
The Form's Sizable property does not work when false (:
The Form's Sizable property does not work when false (:
I think you must create a new issue for that
The ec72622 commit was made from my personal application's project where I used MaterialSkin and I used VS Code Cleanup function, that's why there are those updates on all those files.
The property of the
MaterialForm
which will allow user to change the defaultCursor
property is named 'HamburgerCursor'. This will be switched onMouseMove
event of the form, by checking for mouse position over the rectangle which contains hamburger icon (_drawerIconRect).