3nids / itembrowser

A QGIS 2.x plugin to browse a multiple selection, with auto-zooming to current feature and an option to open feature form.
Other
4 stars 4 forks source link

Uncaught NameError: feature not found #4

Open peter-shr opened 8 years ago

peter-shr commented 8 years ago

Steps to reproduce

  1. First
  2. Second
  3. Third
Traceback (most recent call last):
  File "C:/Users/user/.qgis2/python/plugins\itembrowser\gui\itembrowserdock.py", line 205, in on_listCombo_currentIndexChanged
    feature = self.getCurrentItem()
  File "C:/Users/user/.qgis2/python/plugins\itembrowser\gui\itembrowserdock.py", line 171, in getCurrentItem
    raise NameError("feature not found")
NameError: feature not found

itembrowser 2.5, QGIS 2.16.3 on Windows 8