Merge branch 'master' into qt6_cmake_joshua

This commit is contained in:
joshua
2026-07-31 21:15:21 +02:00
parent f16cf7dac8
commit e6d29cf345
297 changed files with 82691 additions and 27463 deletions
@@ -447,7 +447,7 @@ void AlignmentTextsGroupCommand::undo()
{
for(DynamicElementTextItem *deti : m_group.data()->texts())
{
if(m_texts_pos.keys().contains(deti))
if(m_texts_pos.contains(deti))
deti->setPos(m_texts_pos.value(deti));
}
}