mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-30 14:22:07 +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)
|
switch (col)
|
||||||
{
|
{
|
||||||
case colPrint:
|
case colPrint:
|
||||||
m_printable_icon << variant; //OcraftyoneTODO: removed by ps
|
m_printable_icon << variant;
|
||||||
return true;
|
return true;
|
||||||
case colName: {
|
case colName: {
|
||||||
DataViewBitmapText data;
|
DataViewBitmapText data;
|
||||||
@@ -320,7 +320,7 @@ bool ObjectDataViewModelNode::SetValue(const wxVariant& variant, unsigned col)
|
|||||||
m_color_icon << variant;
|
m_color_icon << variant;
|
||||||
break;
|
break;
|
||||||
case colEditing:
|
case colEditing:
|
||||||
m_action_icon << variant; //OcraftyoneTODO: removed by ps
|
m_action_icon << variant;
|
||||||
return true;
|
return true;
|
||||||
default:
|
default:
|
||||||
printf("MyObjectTreeModel::SetValue: wrong column");
|
printf("MyObjectTreeModel::SetValue: wrong column");
|
||||||
|
|||||||
Reference in New Issue
Block a user