0
0
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:
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_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();
}
}