mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-23 10:52:15 +00:00
solve ObjectDataViewModel todos
leaving colPrint and colEditing cases alone as it does not seem to impact anything
This commit is contained in:
@@ -295,7 +295,7 @@ bool ObjectDataViewModelNode::SetValue(const wxVariant& variant, unsigned col)
|
||||
switch (col)
|
||||
{
|
||||
case colPrint:
|
||||
m_printable_icon << variant; //OcraftyoneTODO: removed by ps
|
||||
m_printable_icon << variant;
|
||||
return true;
|
||||
case colName: {
|
||||
DataViewBitmapText data;
|
||||
@@ -320,7 +320,7 @@ bool ObjectDataViewModelNode::SetValue(const wxVariant& variant, unsigned col)
|
||||
m_color_icon << variant;
|
||||
break;
|
||||
case colEditing:
|
||||
m_action_icon << variant; //OcraftyoneTODO: removed by ps
|
||||
m_action_icon << variant;
|
||||
return true;
|
||||
default:
|
||||
printf("MyObjectTreeModel::SetValue: wrong column");
|
||||
|
||||
Reference in New Issue
Block a user