mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-21 20:18:17 +08:00
Fix of #2621
This commit is contained in:
parent
077d4aa3d7
commit
44f0e387dc
@ -507,7 +507,7 @@ FreqChangedParams::FreqChangedParams(wxWindow* parent) :
|
||||
def.gui_type = "";
|
||||
def.set_default_value(new ConfigOptionBool{ m_brim_width > 0.0 ? true : false });
|
||||
option = Option(def, "brim");
|
||||
option.opt.sidetext = " ";
|
||||
option.opt.sidetext = "";
|
||||
line.append_option(option);
|
||||
|
||||
auto wiping_dialog_btn = [config, this](wxWindow* parent) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user