Change links to Global scope
This commit is contained in:
committed by
Yorik van Havre
parent
310fdab492
commit
6d032f1bcf
@@ -166,6 +166,11 @@ double DrawProjGroupItem::getRotateAngle()
|
||||
double DrawProjGroupItem::getScale(void) const
|
||||
{
|
||||
double result = Scale.getValue();
|
||||
//TODO: should always use DPG.Scale?
|
||||
// auto pgroup = getPGroup();
|
||||
// if (pgroup != nullptr) {
|
||||
// result = pgroup->Scale.getValue();
|
||||
// }
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user