Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
2 additions
and
2 deletions.
-
+2
−2
python/plugins/processing/algs/gdal/buildvrt.py
|
@@ -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) |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.