[bugfix] pciking dialog initiated in arrayMap had no _style attribute
This commit is contained in:
parent
846da4cab7
commit
c61277f429
@ -32,6 +32,7 @@ class map_projection(QtGui.QWidget):
|
|||||||
self.init_stations()
|
self.init_stations()
|
||||||
self.init_basemap(resolution='l')
|
self.init_basemap(resolution='l')
|
||||||
self.init_map()
|
self.init_map()
|
||||||
|
self._style = parent._style
|
||||||
# self.show()
|
# self.show()
|
||||||
|
|
||||||
def init_map(self):
|
def init_map(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user