mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
[processing] quote layer names in raster calculator (fix #17847)
This commit is contained in:
parent
f952fe62da
commit
490aad112f
@ -102,7 +102,7 @@ class ExpressionWidget(BASE, WIDGET):
|
||||
self.setList(options)
|
||||
|
||||
def doubleClicked(item):
|
||||
self.text.insertPlainText(self.options[item.text()])
|
||||
self.text.insertPlainText('"{}"'.format(self.options[item.text()]))
|
||||
|
||||
def addButtonText(text):
|
||||
if any(c for c in text if c.islower()):
|
||||
|
Loading…
x
Reference in New Issue
Block a user