Change links to Global scope

This commit is contained in:
WandererFan
2017-10-02 13:48:45 -03:00
committed by Yorik van Havre
parent f3758bed5b
commit 6b922acdd5
10 changed files with 20 additions and 25 deletions
@@ -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;
}