mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
nsis: fix master installer bitmap
This commit is contained in:
parent
260d55e541
commit
522f2e4bd3
Binary file not shown.
Before Width: | Height: | Size: 201 KiB After Width: | Height: | Size: 151 KiB |
@ -62,9 +62,9 @@ class SetRasterStyle(GeoAlgorithm):
|
||||
else:
|
||||
with open(style) as f:
|
||||
xml = "".join(f.readlines())
|
||||
d = QDomDocument();
|
||||
d.setContent(xml);
|
||||
n = d.firstChild();
|
||||
d = QDomDocument()
|
||||
d.setContent(xml)
|
||||
n = d.firstChild()
|
||||
layer.readSymbology(n, '')
|
||||
self.setOutputValue(self.OUTPUT, filename)
|
||||
iface.mapCanvas().refresh()
|
||||
|
Loading…
x
Reference in New Issue
Block a user