mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 11:39:49 -06:00
Merge branch 'master' into issue/2645
# Conflicts: # src/documentation/documentationengine.cpp # src/properties/propertyowner.cpp # src/scripting/scriptengine.cpp # src/util/factorymanager.cpp
This commit is contained in:
@@ -110,7 +110,7 @@ void NumericalProperty<T>::setExponent(float exponent) {
|
||||
if (!isValidRange(_minimumValue, _maximumValue)) {
|
||||
LWARNINGC(
|
||||
"NumericalProperty: setExponent",
|
||||
fmt::format(
|
||||
std::format(
|
||||
"Setting exponent for properties with negative values in "
|
||||
"[min, max] range is not yet supported. Property: {}",
|
||||
this->fullyQualifiedIdentifier()
|
||||
|
||||
@@ -122,7 +122,7 @@ protected:
|
||||
|
||||
private:
|
||||
void sortOptions();
|
||||
bool removeInvalidKeys(std::set<std::string>& keys);
|
||||
bool removeInvalidKeys(std::set<std::string>& keys) const;
|
||||
|
||||
std::string generateAdditionalJsonDescription() const override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user