mirror of
https://github.com/fralx/LimeReport.git
synced 2025-09-30 11:12:34 +03:00
removed redundant showDefaultEditors()
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user