Fix Bad View Position on Add to Clip

This commit is contained in:
WandererFan
2018-03-05 15:11:47 -05:00
committed by wmayer
parent 02eadc950f
commit 11ad76b82e
4 changed files with 17 additions and 30 deletions

View File

@@ -63,7 +63,8 @@ void ViewProviderViewClip::updateData(const App::Property* prop)
if (prop == &(getViewObject()->Height) ||
prop == &(getViewObject()->Width) ||
prop == &(getViewObject()->ShowFrame) ||
prop == &(getViewObject()->ShowLabels) ) {
prop == &(getViewObject()->ShowLabels) ||
prop == &(getViewObject()->Views) ) {
// redraw QGIVP
QGIView* qgiv = getQView();
if (qgiv) {