fixed multiple selection in instance view

This commit is contained in:
iLLiCiTiT 2020-06-27 08:42:05 +02:00
parent ec6f10c4aa
commit fb5abe71b6

View file

@ -164,6 +164,7 @@ class InstanceView(OverviewView):
index = self.indexAt(event.pos())
if index.data(Roles.TypeRole) == model.GroupType:
self.update(index)
super(InstanceView, self).mouseMoveEvent(event)
def item_expand(self, index, expand=None):
if expand is None: