1
0
mirror of https://github.com/wolfpld/tracy synced 2025-05-03 14:03:52 +00:00

Remove obsolete frame rounding setting.

This commit is contained in:
Bartosz Taudul 2018-08-17 23:27:14 +02:00
parent 0aebf614db
commit cdee1d4ce4

View File

@ -341,9 +341,6 @@ View::View( const char* addr, ImFont* fixedWidth, SetTitleCallback stcb )
assert( s_instance == nullptr ); assert( s_instance == nullptr );
s_instance = this; s_instance = this;
ImGuiStyle& style = ImGui::GetStyle();
style.FrameRounding = 2.f;
InitTextEditor(); InitTextEditor();
} }