Skip to content

Commit

Permalink
removed ? button in parametersdialog
Browse files Browse the repository at this point in the history
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@137 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
  • Loading branch information
volayaf committed Apr 21, 2012
1 parent af6131d commit db7d7f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sextante/gui/ParametersDialog.py
Expand Up @@ -30,8 +30,7 @@
class ParametersDialog(QtGui.QDialog):
'''the default parameters dialog, to be used when an algorithm is called from the toolbox'''
def __init__(self, alg):
QtGui.QDialog.__init__(self)
#self.setModal(False)
QtGui.QDialog.__init__(self, None, QtCore.Qt.WindowSystemMenuHint | QtCore.Qt.WindowTitleHint)
self.ui = Ui_ParametersDialog()
self.ui.setupUi(self, alg)
self.executed = False
Expand Down

0 comments on commit db7d7f6

Please sign in to comment.