HLR looses Shape for some ProjGroupItems

This commit is contained in:
WandererFan
2016-03-06 19:54:50 -05:00
committed by wmayer
parent 012693a190
commit 8a9c708659
2 changed files with 5 additions and 8 deletions

View File

@@ -206,10 +206,7 @@ void DrawProjGroup::onChanged(const App::Property* prop)
if ( prop == &ProjectionType ||
prop == &ScaleType ||
prop == &viewOrientationMatrix ||
((prop == &Scale) &&
//!Scale.StatusBits.test(5)) ) {
!(Scale.testStatus(App::Property::ReadOnly) && //TODO: do we really care about property status here?
Scale.testStatus(App::Property::Hidden))) ) {
prop == &Scale ) {
if (!isRestoring()) {
execute();
}