Fix call stack window.

This commit is contained in:
Bartosz Taudul 2019-02-10 13:38:14 +01:00
parent 2d50664180
commit d18c3432a4

View File

@ -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;