Skip to content

Commit

Permalink
fix python error on applying plugin settings (fix #43)
Browse files Browse the repository at this point in the history
  • Loading branch information
minorua committed Jun 19, 2015
1 parent 2650837 commit 5f563c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qgis2threejs.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ def setting(self):
dialog = SettingsDialog(self.iface.mainWindow())
dialog.show()
if dialog.exec_():
from pluginmanager import PluginManager
self.pluginManager = PluginManager()

def loadExportSettings(self, filename):
Expand Down

0 comments on commit 5f563c4

Please sign in to comment.