Skip to content

Commit

Permalink
implement #3850
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed May 27, 2011
1 parent 92d69e0 commit bf4d887
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/fTools/tools/doValidate.py
Expand Up @@ -71,6 +71,7 @@ def __init__(self, iface):
self.iface = iface
self.setupUi(self)
self.setModal(False) # we want to be able to interact with the featuresmc.extent().width()
self.setWindowFlags( Qt.SubWindow )
# adjust user interface
self.setWindowTitle( self.tr( "Check geometry validity" ) )
self.cmbField.setVisible( False )
Expand Down

0 comments on commit bf4d887

Please sign in to comment.