mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 22:44:34 +00:00
Disable collapsing of connection window.
This commit is contained in:
parent
d71d76414b
commit
aee39d3fcd
@ -618,7 +618,7 @@ bool View::DrawImpl()
|
||||
bool keepOpen = true;
|
||||
char tmp[2048];
|
||||
sprintf( tmp, "%s###Connection", m_worker.GetAddr().c_str() );
|
||||
ImGui::Begin( tmp, &keepOpen, ImGuiWindowFlags_AlwaysAutoResize );
|
||||
ImGui::Begin( tmp, &keepOpen, ImGuiWindowFlags_AlwaysAutoResize | ImGuiWindowFlags_NoCollapse );
|
||||
TextCentered( ICON_FA_WIFI );
|
||||
ImGui::TextUnformatted( "Waiting for connection..." );
|
||||
DrawWaitingDots( s_time );
|
||||
|
Loading…
Reference in New Issue
Block a user