Skip to content

Commit f593bce

Browse files
author
cfarmer
committed
fixes gui bug that displayed unnecessary browse button and box
git-svn-id: http://svn.osgeo.org/qgis/trunk@10459 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent eb10682 commit f593bce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/plugins/fTools/tools/doSelectByLocation.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ def __init__(self, iface):
2626
def updateUI(self):
2727
self.label_5.setVisible(False)
2828
self.lnField.setVisible(False)
29+
self.outShape.setVisible(False)
30+
self.toolOut.setVisible(False)
31+
self.label_2.setVisible(False)
2932
self.setWindowTitle("Select by location")
3033
self.label_3.setText("Select features in:")
3134
self.label_4.setText("that intersect features in:")

0 commit comments

Comments
 (0)