FIX:object setting lost the 'Painted' brim type

GITHUB: #5390
Change-Id: Ib0a6f8cbf7727a71452887d89b04d6f6e2322514
(cherry picked from commit ede04b370cf95d5071a1ea5624c219c525099493)
This commit is contained in:
Mack 2024-11-27 14:52:01 +08:00 committed by Lane.Wei
parent 36fb474151
commit 3fa409d519
1 changed files with 1 additions and 0 deletions

View File

@ -1889,6 +1889,7 @@ void ObjectGridTable::init_cols(ObjectGrid *object_grid)
col = new ObjectGridCol(coEnum, "brim_type", L("Support"), true, false, true, true, wxALIGN_LEFT);
col->size = object_grid->GetTextExtent(L("Auto Brim")).x + 8; //add 8 for border
col->choices.Add(_L("Auto"));
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"));