0
0
mirror of https://github.com/wolfpld/tracy.git synced 2026-01-18 17:11:26 +01: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::TextUnformatted( it->second.c_str() );
if( strcmp( it->second.c_str(), "" ) == 0 ) m_wasActive = true;
if( clicked ) it->second = "";
}
else if( clicked )