Ignorato messaggio di ridimensionamento righe dei list controls

git-svn-id: svn://10.65.10.50/trunk@3936 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 1996-11-28 09:13:42 +00:00
parent 8f381b6ff9
commit 97b2d429e3

View File

@ -312,7 +312,7 @@ void init_controls()
event_map[XIE_ON_LIST] = a_obj;
event_map[XIE_REC_ALLOCATE] = a_ignore;
event_map[XIE_REC_FREE] = a_ignore;
event_map[XIE_ROW_SIZE] = a_child;
event_map[XIE_ROW_SIZE] = a_ignore;
event_map[XIE_SELECT] = a_select;
event_map[XIE_UPDATE] = a_update;
event_map[XIE_COL_DELETE] = a_ignore;