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:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user