View does not appear on Redo
Crash in Page on Redo View
This commit is contained in:
@@ -127,6 +127,11 @@ void QGVPage::drawBackground(QPainter *p, const QRectF &)
|
||||
if(!drawBkg)
|
||||
return;
|
||||
|
||||
if (!pageGui->getPageObject()) {
|
||||
//Base::Console().Log("TROUBLE - QGVP::drawBackground - no Page Object!\n");
|
||||
return;
|
||||
}
|
||||
|
||||
p->save();
|
||||
p->resetTransform();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user