khchen / wNim

Nim's Windows GUI Framework
MIT License
326 stars 17 forks source link

no underscored line in menu item #73

Closed retsyo closed 3 years ago

retsyo commented 3 years ago

I am using latest wnim and winim on mingw64+msys2. For your examples\menu.nim, there is "&File" for menu, so there should be underscored line under F. However, there is no such underscored line in menus and menu items.

khchen commented 3 years ago

Is this a bug of wNim?

retsyo commented 3 years ago

yes, I think it is a bug

khchen commented 3 years ago

What bug of wNim will appear only in mingw64+msys2 ?

retsyo commented 3 years ago

Aha, it seems that the underscored lines only show when we pressed Alt on Windows 10. So it is not a bug, no matter in wNim or Windows 10. Maybe it is a feature of Windows 10. Sorry and closed.