Adding an imageList to the project produces this Key error
Traceback (most recent call last):
File "/home/fritz/SmartWatch/.../src/utils/history.py", line 21, in redo
self.commandFunc("redo", self.widget)
File "/home/fritz/SmartWatch/....././src/main.py", line 879, in commandFunc
currentProject["canvas"].selectObject(name)
File "/home/fritz/SmartWatch/...../src/widgets/canvas.py", line 317, in selectObject
self.widgets[name].setSelected(True)
Adding an imageList to the project produces this Key error
Traceback (most recent call last): File "/home/fritz/SmartWatch/.../src/utils/history.py", line 21, in redo self.commandFunc("redo", self.widget) File "/home/fritz/SmartWatch/....././src/main.py", line 879, in commandFunc currentProject["canvas"].selectObject(name) File "/home/fritz/SmartWatch/...../src/widgets/canvas.py", line 317, in selectObject self.widgets[name].setSelected(True)