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() void DialogRotation::CheckState()
{ {
SCASSERT(bOk != nullptr); SCASSERT(bOk != nullptr);
bOk->setEnabled(flagAngle && flagName); bOk->setEnabled(flagAngle && flagName && flagError);
SCASSERT(bApply != nullptr); SCASSERT(bApply != nullptr);
bApply->setEnabled(bOk->isEnabled()); bApply->setEnabled(bOk->isEnabled());
} }