Sostituito on_hit a K_TAB nel metodo set
git-svn-id: svn://10.65.10.50/trunk@1389 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
ec1484ce7d
commit
8928e14de5
@ -1034,7 +1034,7 @@ void TMask::set(short fld_id, const char* s, bool hit)
|
||||
TMask_field& f = field(fld_id);
|
||||
f.set(s);
|
||||
if (hit && (f.active() || f.ghost()))
|
||||
f.on_key(K_TAB);
|
||||
f.on_hit();
|
||||
}
|
||||
|
||||
void TMask::set(short fld_id, long n, bool hit)
|
||||
|
Loading…
x
Reference in New Issue
Block a user