leocb / MaterialSkin

Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.
MIT License
437 stars 132 forks source link

Fix Drawer auto hide issue #295

Closed valimaties closed 2 years ago

valimaties commented 2 years ago

I think this PR will solve #291 Please check it @orapps44

valimaties commented 2 years ago

Created another one who will fix #291 and #296

orapps44 commented 2 years ago

For better understanding I preffer to have one PR per bug fix. Create one branch per fix and submit it independently.

valimaties commented 2 years ago

It is simple, @orapps44. PR #296 has 2 commits, one for each issue. You can see each commit to see what is going on for each issue. I made one branch for both fixes because I use always the branch with all fixes in my current project. As long as the first fix for Animation Drawer (PR #295 ) was not merged, I was forced to make the last branch including both fixes in one branch.