From cdee1d4ce4fe8c084829b7d8ecaeeb14395168ac Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Fri, 17 Aug 2018 23:27:14 +0200 Subject: [PATCH] Remove obsolete frame rounding setting. --- server/TracyView.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 4173d471..f16fc003 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -341,9 +341,6 @@ View::View( const char* addr, ImFont* fixedWidth, SetTitleCallback stcb ) assert( s_instance == nullptr ); s_instance = this; - ImGuiStyle& style = ImGui::GetStyle(); - style.FrameRounding = 2.f; - InitTextEditor(); }