-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
non-breakingfixes or implementation that do not require breaking changesfixes or implementation that do not require breaking changes
Description
Fix this TODO
Sourcecode/private/mx/impl/LayoutFunctions.cpp:421
for( const auto& other : appearance.getOtherAppearanceSet() )
{
api::AppearanceData data{};
data.appearanceType = api::AppearanceType::Distance;
data.appearanceSubType = core::toString( other->getAttributes()->type );
// TODO - fix
data.value = 0.0;//other->getValue().getValue();
outDefaults.appearance.emplace_back( std::move( data ) );
}Metadata
Metadata
Assignees
Labels
non-breakingfixes or implementation that do not require breaking changesfixes or implementation that do not require breaking changes