Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0a7c7fc

Browse files
committedMay 29, 2019
[processing] add default value to user filter matrix (fix #29999)
1 parent 909b789 commit 0a7c7fc

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.