Changed: #1302 Fixed undo/redo bug (moving primitives).

--HG--
branch : gsoc2011-worldeditorqt
This commit is contained in:
dnk-88 2012-06-10 18:27:47 +03:00
parent 5c4f706391
commit a175d04f86

View file

@ -467,7 +467,7 @@ void WorldEditorScene::updatePickSelectionPoints(const QPointF &point)
void WorldEditorScene::checkUndo()
{
if (m_editedSelectedItems)
if (m_editedSelectedItems && (!isEnabledEditPoints()))
{
switch (m_mode)
{