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