HLR looses Shape for some ProjGroupItems

This commit is contained in:
WandererFan
2016-07-11 15:32:16 +02:00
committed by wmayer
parent 012693a190
commit 8a9c708659
2 changed files with 5 additions and 8 deletions
+1 -4
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();
}