mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 22:31:49 +08:00
Fix brim type combox in object table (#9019)
* Fix brim type combox in object table (SoftFever/OrcaSlicer#8969)
This commit is contained in:
parent
d91ef31bac
commit
2e9c30883b
@ -1890,6 +1890,7 @@ void ObjectGridTable::init_cols(ObjectGrid *object_grid)
|
|||||||
col->size = object_grid->GetTextExtent(L("Auto Brim")).x + 8; //add 8 for border
|
col->size = object_grid->GetTextExtent(L("Auto Brim")).x + 8; //add 8 for border
|
||||||
col->choices.Add(_L("Auto"));
|
col->choices.Add(_L("Auto"));
|
||||||
col->choices.Add(_L("Mouse ear"));
|
col->choices.Add(_L("Mouse ear"));
|
||||||
|
col->choices.Add(_L("Painted"));
|
||||||
col->choices.Add(_L("Outer brim only"));
|
col->choices.Add(_L("Outer brim only"));
|
||||||
col->choices.Add(_L("Inner brim only"));
|
col->choices.Add(_L("Inner brim only"));
|
||||||
col->choices.Add(_L("Outer and inner brim"));
|
col->choices.Add(_L("Outer and inner brim"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user