Hide n/a Rotation property

- DPG does not rotate, but shows Rotation property in
  Property Editor
This commit is contained in:
wandererfan
2019-01-29 16:58:26 -05:00
committed by Yorik van Havre
parent 2e4a1f1e19
commit f92ddb961c
3 changed files with 18 additions and 1 deletions

View File

@@ -213,6 +213,12 @@ void QGIProjGroup::updateView(bool update)
return QGIViewCollection::updateView(update);
}
//QGIPG does not rotate. Only individual views rotate
void QGIProjGroup::rotateView(void)
{
Base::Console().Warning("QGIPG: Projection Groups do not rotate. Change ignored\n");
}
void QGIProjGroup::drawBorder()
{
//QGIProjGroup does not have a border!