Fix brim type combox in object table (#9019)

* Fix brim type combox in object table (SoftFever/OrcaSlicer#8969)
This commit is contained in:
Noisyfox 2025-04-02 22:20:27 +08:00 committed by GitHub
parent d91ef31bac
commit 2e9c30883b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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->choices.Add(_L("Auto"));
col->choices.Add(_L("Mouse ear"));
col->choices.Add(_L("Painted"));
col->choices.Add(_L("Outer brim only"));
col->choices.Add(_L("Inner brim only"));
col->choices.Add(_L("Outer and inner brim"));