Skip to content

Commit dd8c5c1

Browse files
alexbruynyalldawson
authored andcommittedMay 22, 2019
[processing] move "Split RGB bands" algorithm inside "Raster tools"
group to maintain consistency (fix #21849)
1 parent bef58ac commit dd8c5c1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎python/plugins/processing/algs/saga/SplitRGBBands.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,10 @@ def displayName(self):
5656
return self.tr('Split RGB bands')
5757

5858
def group(self):
59-
return self.tr('Image tools')
59+
return self.tr('Raster tools')
60+
61+
def groupId(self):
62+
return 'rastertools'
6063

6164
def processAlgorithm(self, parameters, context, feedback):
6265
# TODO: check correct num of bands

0 commit comments

Comments
 (0)
Please sign in to comment.