enricofer / attributepainter

qgis plugin attributepainter
3 stars 0 forks source link

Uncaught TypeError: 'instancemethod' object is not connected #8

Open peter-shr opened 7 years ago

peter-shr commented 7 years ago

Steps to reproduce

  1. First
  2. Second
  3. Third
Traceback (most recent call last):
  File "C:/Users/USER/.qgis2/python/plugins\attributePainter\attributepainter.py", line 243, in checkOnLayerChange
    self.layerHighlighted.editingStarted.disconnect(self.checkEditable)
TypeError: 'instancemethod' object is not connected

attributePainter 5.0, QGIS 2.14.13-Essen on Windows 8

enricofer commented 7 years ago

Hi, unfortunately I can't reproduce issue. Everything fine here on Ubuntu and Windows 10. Could you try to help me with a more accurate report? Did you try to restart QGIS after installing the plugin? Does it happens for every project? Did you remove or add or remove and add some layers before using the plugin?

Anyway, Thanks for submission.

Regards