mirror of
https://github.com/wassname/sloth.git
synced 2026-07-02 10:29:36 +08:00
Remove unneeded call
This commit is contained in:
@@ -274,7 +274,6 @@ class AnnotationScene(QGraphicsScene):
|
||||
pass
|
||||
|
||||
def itemFromIndex(self, index):
|
||||
index = index.model().mapToSource(index) # TODO: solve this somehow else
|
||||
for item in self.items():
|
||||
# some graphics items will not have an index method,
|
||||
# we just skip these
|
||||
|
||||
Reference in New Issue
Block a user