Skip to content

Commit dfa6aa1

Browse files
authoredMay 29, 2019
Merge pull request #30001 from alexbruy/saga-filter
[processing] add default value to user filter matrix (fix #29999)
2 parents 11d5b51 + f8d0ecc commit dfa6aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/algs/saga/description/UserDefinedFilter.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ User Defined Filter
22
grid_filter
33
QgsProcessingParameterRasterLayer|INPUT|Grid|None|False
44
QgsProcessingParameterFeatureSource|FILTER|Filter Matrix|5|None|True
5-
QgsProcessingParameterMatrix|FILTER_3X3|Default Filter Matrix (3x3)|3|True|1;2;3
5+
QgsProcessingParameterMatrix|FILTER_3X3|Default Filter Matrix (3x3)|3|True|1;2;3|,,,,,,,,
66
QgsProcessingParameterRasterDestination|RESULT|Filtered Grid

0 commit comments

Comments
 (0)
Please sign in to comment.