Skip to content

Fix AppearanceData TODO in LayoutFunctions.cpp #101

@webern

Description

@webern

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

No one assigned

    Labels

    non-breakingfixes or implementation that do not require breaking changes

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions