mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-23 06:44:35 +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;
|
bool keepOpen = true;
|
||||||
char tmp[2048];
|
char tmp[2048];
|
||||||
sprintf( tmp, "%s###Connection", m_worker.GetAddr().c_str() );
|
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 );
|
TextCentered( ICON_FA_WIFI );
|
||||||
ImGui::TextUnformatted( "Waiting for connection..." );
|
ImGui::TextUnformatted( "Waiting for connection..." );
|
||||||
DrawWaitingDots( s_time );
|
DrawWaitingDots( s_time );
|
||||||
|
Loading…
Reference in New Issue
Block a user