0000540: edits in ver 0.13 do not change screen object

git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5306 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
This commit is contained in:
wmayer 2011-12-15 12:20:45 +00:00
parent 16737ac42f
commit 7e0a5ddf37

View File

@ -147,6 +147,11 @@ void Placement::applyPlacement(const Base::Placement& p, bool incremental, bool
}
document->commitCommand();
try {
document->getDocument()->recompute();
}
catch (...) {
}
}
// apply transformation only on view matrix not on placement property
else {