Aggiunta la setdirty() anche per i listbox, radiobutton...
Suggerita da Guido. git-svn-id: svn://10.65.10.50/trunk@3130 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
908206c98f
commit
f76a2c81c9
@ -3732,6 +3732,7 @@ bool TList_field::on_key(KEY key)
|
|||||||
if (key == K_SPACE)
|
if (key == K_SPACE)
|
||||||
{
|
{
|
||||||
get_window_data();
|
get_window_data();
|
||||||
|
set_dirty();
|
||||||
on_hit();
|
on_hit();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user