You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for( constauto& 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 ) );
}
The text was updated successfully, but these errors were encountered:
webern
added
breaking
fixes or implementation that require breaking changes
non-breaking
fixes or implementation that do not require breaking changes
and removed
breaking
fixes or implementation that require breaking changes
labels
Jun 13, 2020
Fix this TODO
Sourcecode/private/mx/impl/LayoutFunctions.cpp:421
The text was updated successfully, but these errors were encountered: