Update GUI hash to fix broken Focus menu search (closes #2466)

Also make it obvious that gui hidden property is false per edfault
This commit is contained in:
Emma Broman
2023-02-01 18:15:43 +01:00
parent 5161662928
commit 997c022357
2 changed files with 2 additions and 2 deletions

View File

@@ -487,7 +487,7 @@ ghoul::opengl::ProgramObject* SceneGraphNode::_debugSphereProgram = nullptr;
SceneGraphNode::SceneGraphNode()
: properties::PropertyOwner({ "" })
, _guiHidden(GuiHiddenInfo)
, _guiHidden(GuiHiddenInfo, false)
, _guiPath(GuiPathInfo, "/")
, _guiDisplayName(GuiNameInfo)
, _guiDescription(GuiDescriptionInfo)