2
0
mirror of https://github.com/wolfpld/tracy synced 2026-01-19 04:52:09 +00:00

Keep window redrawing while waiting for message reply.

This commit is contained in:
Bartosz Taudul
2026-01-11 22:32:25 +01:00
parent ed8fc7690f
commit 76e0ab135b

View File

@@ -245,6 +245,7 @@ void View::DrawCallstackTable( uint32_t callstack, bool globalEntriesButton )
{ {
ImGui::SameLine(); ImGui::SameLine();
ImGui::TextUnformatted( it->second.c_str() ); ImGui::TextUnformatted( it->second.c_str() );
if( strcmp( it->second.c_str(), "" ) == 0 ) m_wasActive = true;
if( clicked ) it->second = ""; if( clicked ) it->second = "";
} }
else if( clicked ) else if( clicked )