mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-27 14:29:37 -05:00
Fix issue with hide all constellation lines action
This commit is contained in:
@@ -116,7 +116,7 @@ local HideConstellations = {
|
||||
Identifier = "os.constellations.HideConstellations",
|
||||
Name = "Hide all",
|
||||
Command = [[
|
||||
openspace.fadeOut("Scene.Constellations.Renderable", nil, "openspace.setPropertyValueSingle('Scene.Constellations.Renderable.Enabled', false); openspace.setPropertyValueSingle("Scene.Constellations.Renderable.ConstellationSelection", {})")
|
||||
openspace.fadeOut("Scene.Constellations.Renderable", nil, "openspace.setPropertyValueSingle('Scene.Constellations.Renderable.Enabled', false); openspace.setPropertyValueSingle('Scene.Constellations.Renderable.ConstellationSelection', {})")
|
||||
]],
|
||||
Documentation = "Hides all the constellations lines",
|
||||
GuiPath = "/Constellations/Lines",
|
||||
|
||||
Reference in New Issue
Block a user