cnjinhao / nana

a modern C++ GUI library
https://nana.acemind.cn
Boost Software License 1.0
2.29k stars 331 forks source link

Fixed menu draw issues with borders and active item #695

Closed edgarbernal5 closed 2 months ago

edgarbernal5 commented 3 months ago

Need to fix draw issues with menu with DPI scaling. This issue was caused by this commit

Cheers!

edgarbernal5 commented 2 months ago

Just to clarify a little bit visually, here are the difference:

The issue: After After2

The fix: Before Before2