Fix movement of Front View in ProjectionGroup

This commit is contained in:
wandererfan
2019-01-20 19:16:13 -05:00
committed by wmayer
parent 3564278739
commit 79504462d1
5 changed files with 18 additions and 42 deletions

View File

@@ -140,10 +140,6 @@ void DrawView::onChanged(const App::Property* prop)
}
}
}
// if (prop == &X || //nothing needs to be calculated, just the graphic needs to be shifted.
// prop == &Y) {
// requestPaint();
// }
}
App::DocumentObject::onChanged(prop);
}