From c5bee7deff9d275a9edb6abff261e2b5506efd48 Mon Sep 17 00:00:00 2001 From: Ryan Inch <mythologylover75@gmail.com> Date: Tue, 21 Jul 2020 00:41:47 -0400 Subject: [PATCH] Collection Manager: Fix cleanup. Task: T69577 --- object_collection_manager/ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/object_collection_manager/ui.py b/object_collection_manager/ui.py index 6d576029f..838c5d180 100644 --- a/object_collection_manager/ui.py +++ b/object_collection_manager/ui.py @@ -309,7 +309,7 @@ class CollectionManager(Operator): icon='COLLECTION_NEW') prop.child = False - addcollec_row.operator("view3d.add_collection", text="Add SubCollection", + prop = addcollec_row.operator("view3d.add_collection", text="Add SubCollection", icon='COLLECTION_NEW') prop.child = True -- GitLab