mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-27 00:04:35 +00:00
Remove obsolete frame rounding setting.
This commit is contained in:
parent
0aebf614db
commit
cdee1d4ce4
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user