Skip to content

Commit

Permalink
Astyle
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 24, 2020
1 parent 85094ac commit 347885b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/plugins/processing/algs/gdal/buildvrt.py
Expand Up @@ -111,8 +111,8 @@ def isSupportedOutputValue(self, value, context):
defaultValue=0))

separate_param = QgsProcessingParameterBoolean(self.SEPARATE,
self.tr('Place each input file into a separate band'),
defaultValue=True)
self.tr('Place each input file into a separate band'),
defaultValue=True)
# default to not using separate bands is a friendlier option, but we can't change the parameter's actual
# defaultValue without breaking API!
separate_param.setGuiDefaultValueOverride(False)
Expand Down

0 comments on commit 347885b

Please sign in to comment.