This commit is contained in:
Rebecca Breu 2021-04-17 14:03:07 +02:00
parent 7ab442f6b5
commit 9a1abe755a

View file

@ -84,7 +84,7 @@ class BeePixmapItem(SelectableMixin, QtWidgets.QGraphicsPixmapItem):
return [self]
def on_selected_change(self, value):
if(value and self.scene()
and not self.scene().has_selection()
and not self.scene().rubberband_active):
if (value and self.scene()
and not self.scene().has_selection()
and not self.scene().rubberband_active):
self.bring_to_front()