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()
|
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());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user