Quote:
Originally Posted by Terisa de morgan
My only change has been to downgrade the minimum version  I've found a problem in the last release with a specific sentence, which generates "syntax error" in the load of the plugin, but I've commented it and it's working without problem. The sentence in gui/delegates is:
Code:
# button.clicked.connect(lambda *args, ix=index: self.clicked.emit(ix))
|
Oddly enough that class was only used in a transitional iteration of the plugin and is not used anymore. I forgot to delete it before releasing the zip file. I deleted it now so it should not be a problem in the future.