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:
parent
f861e32c45
commit
b2278e4944
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user