mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
Fix flake8 E501 issue
This commit is contained in:
parent
9a518703da
commit
c893072ec6
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ class SelectableMixin(BaseItemMixin):
|
|||
path.addRect(utils.get_rect_from_points(p1, p2))
|
||||
|
||||
# Substract the scale area:
|
||||
# We need to make the substracted shape slightly bigger due to this bug:
|
||||
# We need to make the substracted shape slightly bigger due to:
|
||||
# https://bugreports.qt.io/browse/QTBUG-57567
|
||||
return path - self.get_scale_bounds(corner, margin=0.001)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue