From b9b943bf8d341a9470a48d0c849cdd7a479b4377 Mon Sep 17 00:00:00 2001 From: Dimka Novikov Date: Mon, 8 Jan 2018 00:16:30 +0300 Subject: [PATCH] Fixed bug with exporting outline and script --- src/bin/scenarist-core | 2 +- .../UserInterfaceLayer/Export/ExportDialog.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/scenarist-core b/src/bin/scenarist-core index a5b5b23d0..d59b42b54 160000 --- a/src/bin/scenarist-core +++ b/src/bin/scenarist-core @@ -1 +1 @@ -Subproject commit a5b5b23d078e198c35481d2d4600446be15c0e9b +Subproject commit d59b42b54f4c4e197bb3d4ed1f16573973164939 diff --git a/src/bin/scenarist-desktop/UserInterfaceLayer/Export/ExportDialog.cpp b/src/bin/scenarist-desktop/UserInterfaceLayer/Export/ExportDialog.cpp index 696e4b08f..475ccdeed 100755 --- a/src/bin/scenarist-desktop/UserInterfaceLayer/Export/ExportDialog.cpp +++ b/src/bin/scenarist-desktop/UserInterfaceLayer/Export/ExportDialog.cpp @@ -407,6 +407,7 @@ void ExportDialog::initConnections() // Покажем страницу параметров экспорта в зависимости от выбранной вкладки // connect(m_ui->exportTypes, &TabBarExpanded::currentChanged, [this] (int _index) { + m_exportType= _index; if (_index == RESEARCH_TAB_INDEX) { m_ui->exportParameters->setCurrentWidget(m_ui->researchExportPage); } else {