Fix for tool Flipping by axis.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2019-06-18 19:22:08 +03:00
parent 643dce08b7
commit 0ffd46215c
2 changed files with 2 additions and 0 deletions

View File

@ -181,6 +181,7 @@ void DialogFlippingByAxis::ShowDialog(bool click)
}
else if (not stage1 && prepare && click)
{
CheckState();
setModal(true);
emit ToolTip(QString());
show();

View File

@ -874,6 +874,7 @@ void DialogTool::FillCombo(QComboBox *box, GOType gType, FillComboBox rule, cons
}
}
FillList(box, list);
box->setCurrentIndex(-1);
box->blockSignals(false);
}