feat: selected object highlight is back

This commit is contained in:
Swann Martinez
2019-08-28 13:48:43 +02:00
parent da58346517
commit fcf9f2e650
4 changed files with 43 additions and 60 deletions

View File

@ -101,3 +101,4 @@ class ClientUpdate(Draw):
if client:
client.pointer.update_location()
client.pointer.update_selected_objects(bpy.context)