1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Remove obsolete window flag.

This commit is contained in:
Bartosz Taudul
2018-01-13 13:56:02 +01:00
parent 9330e950da
commit 961a907e09
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ int main(int, char**)
if( !view )
{
ImGui::Begin( "Connect to...", nullptr, ImGuiWindowFlags_AlwaysAutoResize | ImGuiWindowFlags_ShowBorders );
ImGui::Begin( "Connect to...", nullptr, ImGuiWindowFlags_AlwaysAutoResize );
ImGui::InputText( "Address", addr, 1024 );
if( ImGui::Button( "Connect" ) && *addr )
{