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