ENH: use dialog style
jira: [STUDIO-10944] Change-Id: If48abb7bccbc8c909c2a659d96f0155d97cce673
This commit is contained in:
parent
7768570492
commit
196c722287
|
@ -24,7 +24,7 @@ static std::string float_to_string_with_precision(float value, int precision = 3
|
||||||
}
|
}
|
||||||
|
|
||||||
AMSMaterialsSetting::AMSMaterialsSetting(wxWindow *parent, wxWindowID id)
|
AMSMaterialsSetting::AMSMaterialsSetting(wxWindow *parent, wxWindowID id)
|
||||||
: DPIDialog(parent, id, _L("AMS Materials Setting"), wxDefaultPosition, wxDefaultSize, wxBORDER_NONE)
|
: DPIDialog(parent, id, _L("AMS Materials Setting"), wxDefaultPosition, wxDefaultSize, wxDEFAULT_DIALOG_STYLE)
|
||||||
, m_color_picker_popup(ColorPickerPopup(this))
|
, m_color_picker_popup(ColorPickerPopup(this))
|
||||||
{
|
{
|
||||||
create();
|
create();
|
||||||
|
|
Loading…
Reference in New Issue