s/live/display/ ... makes more sense
This commit is contained in:
parent
1f65d80475
commit
2823009955
1 changed files with 2 additions and 2 deletions
|
@ -384,9 +384,9 @@ _setlistener("/sim/signals/nasal-dir-initialized", func {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
foreach (var n; props.globals.getChildren("live"))
|
foreach (var n; props.globals.getChildren("display"))
|
||||||
property_display.add(n.getValue());
|
property_display.add(n.getValue());
|
||||||
props.globals.removeChildren("live");
|
props.globals.removeChildren("display");
|
||||||
|
|
||||||
setlistener("/sim/gui/current-style", func {
|
setlistener("/sim/gui/current-style", func {
|
||||||
var theme = getprop("/sim/gui/current-style");
|
var theme = getprop("/sim/gui/current-style");
|
||||||
|
|
Loading…
Add table
Reference in a new issue