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 );
s_instance = this;
ImGuiStyle& style = ImGui::GetStyle();
style.FrameRounding = 2.f;
InitTextEditor();
}