mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Fix call stack window.
This commit is contained in:
parent
2d50664180
commit
d18c3432a4
@ -6619,6 +6619,7 @@ void View::DrawCallstackWindow()
|
||||
ImGui::TextUnformatted( "Location" );
|
||||
ImGui::SameLine();
|
||||
DrawHelpMarker( "Click on entry to copy it to clipboard.\nRight click on entry to try to open source file." );
|
||||
ImGui::NextColumn();
|
||||
|
||||
int fidx = 0;
|
||||
int bidx = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user