Hide n/a Rotation property
- DPG does not rotate, but shows Rotation property in Property Editor
This commit is contained in:
committed by
Yorik van Havre
parent
2e4a1f1e19
commit
f92ddb961c
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user