File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
python/plugins/fTools/tools Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -152,8 +152,8 @@ def manageGui( self ):
152
152
myListA = ftools_utils .getLayerNames ( [ QGis .Point , QGis .Line , QGis .Polygon ] )
153
153
myListB = ftools_utils .getLayerNames ( [ QGis .Polygon ] )
154
154
elif self .myFunction == 7 or self .myFunction == 6 :
155
- myListA = ftools_utils .getLayerNames ( [ QGis .Polygon ] )
156
- myListB = ftools_utils .getLayerNames ( [ QGis .Polygon ] )
155
+ myListA = ftools_utils .getLayerNames ( [ QGis .Point , QGis . Line , QGis . Polygon ] ) # added points and lines to test
156
+ myListB = ftools_utils .getLayerNames ( [ QGis .Point , QGis . Line , QGis . Polygon ] ) # added points and lines to test
157
157
elif self .myFunction == 4 :
158
158
myListA = ftools_utils .getLayerNames ( [ QGis .Polygon ] )
159
159
myListB = []
You can’t perform that action at this time.
0 commit comments