Skip to content

Commit

Permalink
Update minimum distance field on offset change
Browse files Browse the repository at this point in the history
  • Loading branch information
mathesoncalum committed Dec 15, 2023
1 parent 3e01f4b commit dfa4001
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -50,6 +50,7 @@ void AppearanceSettingsModel::createProperties()
m_arrangeOrder = buildPropertyItem(Pid::Z);
m_offset = buildPointFPropertyItem(Pid::OFFSET, [this](const mu::engraving::Pid, const QVariant& newValue) {
setPropertyValue(m_elementsForOffsetProperty, Pid::OFFSET, newValue);
loadProperties();
});
}

Expand Down

0 comments on commit dfa4001

Please sign in to comment.