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

Edit mode changed

This commit is contained in:
Arin Alexander
2019-03-01 19:41:27 +03:00
parent ca57e5c195
commit c7045ec1d6
4 changed files with 18 additions and 11 deletions

View File

@@ -261,6 +261,7 @@ void PreviewReportWindow::moveEvent(QMoveEvent* e)
void PreviewReportWindow::showEvent(QShowEvent *)
{
m_fontEditor->setVisible(ui->actionEdit_Mode->isChecked());
ui->editModeTools->setVisible(false);
m_textAlignmentEditor->setVisible(ui->actionEdit_Mode->isChecked());
switch (m_previewScaleType) {
case FitWidth:
@@ -458,5 +459,3 @@ void PreviewReportWindow::on_actionShow_Toolbar_triggered()
}// namespace LimeReport