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

Display instruction pointer counts in source view.

This commit is contained in:
Bartosz Taudul
2020-03-25 01:09:02 +01:00
parent c603eaa1b6
commit eae664bd1b
3 changed files with 81 additions and 9 deletions
+1 -1
View File
@@ -13048,7 +13048,7 @@ void View::DrawTextEditor()
TextColoredUnformatted( ImVec4( 1.f, 1.f, 0.2f, 1.f ), "/!\\" );
#endif
TextFocused( "File:", m_sourceViewFile );
m_sourceView->Render();
m_sourceView->Render( m_worker );
ImGui::End();
if( !show ) m_sourceViewFile = nullptr;
}