delete page activation has been fixed

This commit is contained in:
Arin Alexander 2020-12-21 19:54:54 +03:00
parent c4ff4c5bae
commit f7f8934e79

View File

@ -135,6 +135,7 @@ ReportDesignWindow::ReportDesignWindow(ReportEnginePrivateInterface* report, QWi
m_hideLeftPanel->setChecked(isDockAreaVisible(Qt::LeftDockWidgetArea));
m_hideRightPanel->setChecked(isDockAreaVisible(Qt::RightDockWidgetArea));
createProgressBar();
m_deletePageAction->setEnabled(report->pageCount()>1);
}
ReportDesignWindow::~ReportDesignWindow()