mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX:obj_table: brim type choices display issue [STUDIO-2597]
Change-Id: I616d27bdd061a75eb432a0f759c5f7813c6d7e23
This commit is contained in:
@@ -416,7 +416,7 @@ public:
|
||||
bool b_icon;
|
||||
bool b_editable;
|
||||
bool b_from_config;
|
||||
wxString *choices;
|
||||
wxArrayString choices;
|
||||
int choice_count;
|
||||
int horizontal_align;
|
||||
|
||||
@@ -427,13 +427,11 @@ public:
|
||||
size = 32;
|
||||
else
|
||||
size = -1;
|
||||
choices = nullptr;
|
||||
choice_count = 0;
|
||||
}
|
||||
|
||||
~ObjectGridCol()
|
||||
{
|
||||
choices = nullptr;
|
||||
}
|
||||
};
|
||||
ObjectGridTable(ObjectTablePanel* panel): m_panel(panel) { }
|
||||
|
||||
Reference in New Issue
Block a user