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

--HG--
branch : gsoc2011-worldeditorqt
hg/feature/sse2
dnk-88 13 years ago
parent 5c4f706391
commit a175d04f86

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

Loading…
Cancel
Save