mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08: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::TextUnformatted( "Location" );
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
DrawHelpMarker( "Click on entry to copy it to clipboard.\nRight click on entry to try to open source file." );
|
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 fidx = 0;
|
||||||
int bidx = 0;
|
int bidx = 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user