Fix for tool Flipping by axis.
--HG-- branch : develop
This commit is contained in:
parent
643dce08b7
commit
0ffd46215c
|
@ -181,6 +181,7 @@ void DialogFlippingByAxis::ShowDialog(bool click)
|
||||||
}
|
}
|
||||||
else if (not stage1 && prepare && click)
|
else if (not stage1 && prepare && click)
|
||||||
{
|
{
|
||||||
|
CheckState();
|
||||||
setModal(true);
|
setModal(true);
|
||||||
emit ToolTip(QString());
|
emit ToolTip(QString());
|
||||||
show();
|
show();
|
||||||
|
|
|
@ -874,6 +874,7 @@ void DialogTool::FillCombo(QComboBox *box, GOType gType, FillComboBox rule, cons
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
FillList(box, list);
|
FillList(box, list);
|
||||||
|
box->setCurrentIndex(-1);
|
||||||
|
|
||||||
box->blockSignals(false);
|
box->blockSignals(false);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user