Skip to content

Commit

Permalink
fixes gui bug that displayed unnecessary browse button and box
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10459 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
cfarmer committed Apr 3, 2009
1 parent ab05841 commit daa2e62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/plugins/fTools/tools/doSelectByLocation.py
Expand Up @@ -26,6 +26,9 @@ def __init__(self, iface):
def updateUI(self):
self.label_5.setVisible(False)
self.lnField.setVisible(False)
self.outShape.setVisible(False)
self.toolOut.setVisible(False)
self.label_2.setVisible(False)
self.setWindowTitle("Select by location")
self.label_3.setText("Select features in:")
self.label_4.setText("that intersect features in:")
Expand Down

0 comments on commit daa2e62

Please sign in to comment.