mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-10 00:37:46 -07:00
ENH: use dialog style
jira: [STUDIO-10944] Change-Id: If48abb7bccbc8c909c2a659d96f0155d97cce673 (cherry picked from commit 196c72228768c1563343b4fdd443af5760272821)
This commit is contained in:
parent
cc12de18e0
commit
3e2fe6306b
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ static std::string float_to_string_with_precision(float value, int precision = 3
|
|||
}
|
||||
|
||||
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))
|
||||
{
|
||||
create();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue