mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-02 09:41:13 -06:00
Provide GUI names for Property Owners
This commit is contained in:
@@ -63,7 +63,7 @@ namespace {
|
||||
namespace openspace::volume {
|
||||
|
||||
TransferFunctionHandler::TransferFunctionHandler(const properties::StringProperty& prop)
|
||||
: properties::PropertyOwner({ "TransferFunctionHandler" })
|
||||
: properties::PropertyOwner({ "TransferFunctionHandler", "Tranfer Function Handler" })
|
||||
, _transferFunctionPath(prop)
|
||||
, _dataUnit(DataUnitInfo)
|
||||
, _minValue(MinValueInfo)
|
||||
|
||||
Reference in New Issue
Block a user