1
0
Fork 0

Very minor change to navdisplay - make sure it always inherits from correct parent class

This commit is contained in:
legoboyvdlp R 2020-05-16 23:32:17 +01:00
parent b453e2e3a3
commit 886a13cd79
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ var __self__ = caller(0)[0];
canvas.SymbolLayer.Controller.add(name, __self__);
canvas.SymbolLayer.add(name, {
parents: [canvas.MultiSymbolLayer],
parents: [MultiSymbolLayer],
type: name, # Symbol type
df_controller: __self__, # controller to use by default -- this one
df_options: { # default configuration options

View file

@ -6,7 +6,7 @@ var __self__ = caller(0)[0];
canvas.SymbolLayer.Controller.add(name, __self__);
canvas.SymbolLayer.add(name, {
parents: [canvas.MultiSymbolLayer],
parents: [MultiSymbolLayer],
type: name, # Symbol type
df_controller: __self__, # controller to use by default -- this one
df_options: { # default configuration options