For the tool Rotate was missed checking changing a point.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-10-04 17:50:48 +03:00
parent abce5439a5
commit 4f516c60a6

View file

@ -347,7 +347,7 @@ void DialogRotation::SuffixChanged()
void DialogRotation::CheckState()
{
SCASSERT(bOk != nullptr);
bOk->setEnabled(flagAngle && flagName);
bOk->setEnabled(flagAngle && flagName && flagError);
SCASSERT(bApply != nullptr);
bApply->setEnabled(bOk->isEnabled());
}