mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-20 11:10:23 -06:00
Issue/453 (#556)
* Introduced guiName to PropertyOwner * Added requirement that PropertyOwner::identifier may not contain whitespaces * Changed Name to Identifier in asset and scene files * Added new PropertyOwner to RenderEngine that owns the ScreenSpaceRenderables * Moved Name and GuiPath into GUI group * Added user-facing names to layer groups
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
namespace openspace::gui {
|
||||
|
||||
GuiParallelComponent::GuiParallelComponent()
|
||||
: GuiPropertyComponent("GuiParallelComponent")
|
||||
: GuiPropertyComponent("Parallel", "Parallel Connection")
|
||||
{
|
||||
setVisibility(properties::Property::Visibility::All);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user