bombomby / optick

C++ Profiler For Games
https://optick.dev
MIT License
2.95k stars 296 forks source link

Fix underscore rendering #33

Closed dedmen closed 6 years ago

dedmen commented 6 years ago

Underscores in FrameInfo pane and in the ThreadView Popup were rendered and interpreted as accelerator keys. Fix is based on https://stackoverflow.com/questions/40733/disable-wpf-label-accelerator-key-text-underscore-is-missing/40784#40784 Not sure if I caught all occurrences of this yet.

dedmen commented 6 years ago

Ah no wait :D

dedmen commented 6 years ago

Ahhh too late :D ThreadView is defining the Style. But not actually using it