Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
2f371ac8
Commit
2f371ac8
authored
Jul 23, 2015
by
Maxime Perrotin
Browse files
Dont transform RectF to Rect
parent
5c1da643
Changes
1
Show whitespace changes
Inline
Side-by-side
opengeode/opengeode.py
View file @
2f371ac8
...
...
@@ -1094,7 +1094,7 @@ class SDL_Scene(QtGui.QGraphicsScene, object):
# pylint: disable=C0103
def
mouseReleaseEvent
(
self
,
event
):
if
self
.
mode
==
'select_items'
:
for
item
in
self
.
items
(
self
.
select_rect
.
rect
()
.
toRect
()
,
for
item
in
self
.
items
(
self
.
select_rect
.
rect
(),
mode
=
Qt
.
ContainsItemBoundingRect
):
try
:
item
.
select
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment