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:
parent
16737ac42f
commit
7e0a5ddf37
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user