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:
parent
0aebf614db
commit
cdee1d4ce4
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user