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

Update source view font.

This commit is contained in:
Bartosz Taudul
2021-11-18 23:03:17 +01:00
parent 04477a64b7
commit fdadb9cb63
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -143,6 +143,7 @@ public:
SourceView( ImFont* font, GetWindowCallback gwcb );
void UpdateFont( ImFont* font ) { m_font = font; }
void SetCpuId( uint32_t cpuid );
void OpenSource( const char* fileName, int line, const View& view, const Worker& worker );