Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
Fixed bug with exporting outline and script
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkanovikov committed Jan 7, 2018
1 parent 3e015c1 commit b9b943b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/scenarist-core
Expand Up @@ -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 {
Expand Down

0 comments on commit b9b943b

Please sign in to comment.