mirror of
https://github.com/fralx/LimeReport.git
synced 2025-09-23 08:29:07 +03:00
removed redundant showDefaultEditors()
This commit is contained in:
@@ -649,7 +649,7 @@ void ReportDesignWindow::startNewReport()
|
||||
m_newReportHeader->setEnabled(true);
|
||||
m_newReportFooter->setEnabled(true);
|
||||
m_editorTabType = ReportDesignWidget::Page;
|
||||
showDefaultEditors();
|
||||
//showDefaultEditors();
|
||||
showDefaultToolBars();
|
||||
}
|
||||
|
||||
@@ -1089,7 +1089,7 @@ void ReportDesignWindow::slotLoadReport()
|
||||
addRecentFile(fileName);
|
||||
m_editorTabType = ReportDesignWidget::Page;
|
||||
//showDefaultToolBars();
|
||||
showDefaultEditors();
|
||||
//showDefaultEditors();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user