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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user