Corretta la setfixed().

git-svn-id: svn://10.65.10.50/trunk@3394 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
angelo 1996-08-14 15:38:54 +00:00
parent bd3fef754a
commit c96384c878

View File

@ -138,7 +138,7 @@ void TRelation_application::set_fixed()
if (s.not_empty())
_mask->set(id, s);
if (_lnflag == 1)
if (_lnflag < 2)
_mask->disable(id);
}
}