+ fix bug with non-movable image plane
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5165 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
This commit is contained in:
parent
b3c17daa01
commit
123f5fff80
|
@ -165,4 +165,7 @@ void ViewProviderImagePlane::updateData(const App::Property* prop)
|
|||
texture->image = img;
|
||||
}
|
||||
}
|
||||
else {
|
||||
Gui::ViewProviderGeometryObject::updateData(prop);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user