Light linking: Use checkbox icons for state indication #112857

Merged
Sergey Sharybin merged 2 commits from Sergey/blender:light_linking_checkbox into main 2023-09-25 15:29:57 +02:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 7bd771a53e - Show all commits

View File

@ -130,7 +130,6 @@ class CollectionViewItem : public BasicTreeViewItem {
private:
int get_state_icon() const
{
/* TODO(sergey): Use proper icons. */
switch (collection_light_linking_.link_state) {
case COLLECTION_LIGHT_LINKING_STATE_INCLUDE:
return ICON_CHECKBOX_HLT;