1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Store fixed-width font in View.

This commit is contained in:
Bartosz Taudul
2021-03-27 13:16:19 +01:00
parent d56f7dab09
commit 0b6e55ee87
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -420,6 +420,7 @@ private:
ImFont* m_smallFont;
ImFont* m_bigFont;
ImFont* m_fixedFont;
float m_rootWidth, m_rootHeight;
SetTitleCallback m_stcb;