0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-09-23 08:29:07 +03:00

windows build fixed

This commit is contained in:
Arin Alexander
2017-12-08 00:26:47 +03:00
parent 0a51aaff63
commit a134425640
2 changed files with 9 additions and 1 deletions

View File

@@ -365,7 +365,7 @@ void ReportDesignWidget::startEditMode()
PageDesignIntf * ReportDesignWidget::activePage()
{
if (activeView())
return qobject_cast<PageDesignIntf*>(activeView()->scene());
return dynamic_cast<PageDesignIntf*>(activeView()->scene());
return 0;
}