For the tool Rotate was missed checking changing a point.
--HG-- branch : develop
This commit is contained in:
parent
abce5439a5
commit
4f516c60a6
|
@ -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());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user