0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-01-11 17:18:10 +03:00

removed redundant showDefaultEditors()

This commit is contained in:
Arin Alex 2018-01-23 22:13:57 +03:00
parent f861e32c45
commit b2278e4944

View File

@ -649,7 +649,7 @@ void ReportDesignWindow::startNewReport()
m_newReportHeader->setEnabled(true); m_newReportHeader->setEnabled(true);
m_newReportFooter->setEnabled(true); m_newReportFooter->setEnabled(true);
m_editorTabType = ReportDesignWidget::Page; m_editorTabType = ReportDesignWidget::Page;
showDefaultEditors(); //showDefaultEditors();
showDefaultToolBars(); showDefaultToolBars();
} }
@ -1089,7 +1089,7 @@ void ReportDesignWindow::slotLoadReport()
addRecentFile(fileName); addRecentFile(fileName);
m_editorTabType = ReportDesignWidget::Page; m_editorTabType = ReportDesignWidget::Page;
//showDefaultToolBars(); //showDefaultToolBars();
showDefaultEditors(); //showDefaultEditors();
} }
} }