mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
PEP8
This commit is contained in:
parent
7ab442f6b5
commit
9a1abe755a
1 changed files with 3 additions and 3 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue