mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-11 16:00:17 -07:00
solve ObjectDataViewModel todos
leaving colPrint and colEditing cases alone as it does not seem to impact anything
This commit is contained in:
parent
bc21ab61f5
commit
51622326bf
1 changed files with 2 additions and 2 deletions
|
|
@ -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");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue