"Undo"-buttons work

This commit is contained in:
YuSanka 2018-03-22 10:56:57 +01:00
parent 78208620c0
commit d7e2305686
3 changed files with 51 additions and 3 deletions

View file

@ -418,7 +418,7 @@ PrintConfigDef::PrintConfigDef()
def->tooltip = L("This is only used in the Slic3r interface as a visual help.");
def->cli = "filament-color=s@";
def->gui_type = "color";
def->default_value = new ConfigOptionStrings { "#29b2b2" };
def->default_value = new ConfigOptionStrings { "#29B2B2" };
def = this->add("filament_notes", coStrings);
def->label = L("Filament notes");