Draft: signal icon change in Layer

This commit is contained in:
Zheng, Lei
2019-11-26 08:28:30 +08:00
committed by Bernd Hahnebach
parent ee418c1281
commit bad5a31327

View File

@@ -225,6 +225,7 @@ class ViewProviderLayer:
b.open(QtCore.QIODevice.WriteOnly)
im.save(b,"XPM")
self.icondata = ba.data().decode("latin1")
vobj.signalChangeIcon()
def canDragObject(self,obj):
return True