Core: Change placement dialog to operate on passed selection objects

This commit is contained in:
wmayer
2024-09-05 17:43:09 +02:00
parent f8648b475a
commit 6f245c0103
3 changed files with 26 additions and 1 deletions

View File

@@ -1562,6 +1562,7 @@ void StdCmdPlacement::activated(int iMsg)
plm->setPropertyName(QLatin1String("Placement"));
plm->setSelection(selection);
plm->bindObject();
plm->clearSelection();
}
}
Gui::Control().showDialog(plm);