mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-08-07 13:54:12 +02:00
Merge branch 'master' into qt6_cmake_joshua
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user