Attivato F2 sui list_box

git-svn-id: svn://10.65.10.50/trunk@3242 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1996-07-25 12:17:24 +00:00
parent bfad4b4f18
commit 0509a0f280

View File

@ -3749,6 +3749,9 @@ bool TList_field::on_key(KEY key)
if (!ok)
return FALSE;
}
else
if (key == K_F2)
current(0);
return TEditable_field::on_key(key);
}