mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 17:29:06 +00:00
Changed: #1302 Fixed undo/redo bug (moving primitives).
This commit is contained in:
parent
5fb4de1a21
commit
fe361a9ca0
1 changed files with 1 additions and 1 deletions
|
@ -467,7 +467,7 @@ void WorldEditorScene::updatePickSelectionPoints(const QPointF &point)
|
||||||
|
|
||||||
void WorldEditorScene::checkUndo()
|
void WorldEditorScene::checkUndo()
|
||||||
{
|
{
|
||||||
if (m_editedSelectedItems)
|
if (m_editedSelectedItems && (!isEnabledEditPoints()))
|
||||||
{
|
{
|
||||||
switch (m_mode)
|
switch (m_mode)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue