Patch level :
Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/trunk@14697 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
688ac0e39d
commit
d7c67d0d33
2
xi/xi.c
2
xi/xi.c
@ -3254,7 +3254,7 @@ xi_set_text( XI_OBJ * xi_obj, char *s )
|
||||
|
||||
btn = xi_obj->v.btn;
|
||||
btn->text = ( char * ) xi_tree_realloc( btn->text, strlen( s ) + 1 );
|
||||
strcpy( btn->text, s );
|
||||
strcpy( btn->text, s );
|
||||
if ( ddd )
|
||||
{
|
||||
if ( ( xi_get_attrib( xi_obj ) & XI_ATR_VISIBLE ) != 0 )
|
||||
|
@ -2452,7 +2452,7 @@ case XI_CURSOR_ARROW:
|
||||
case XI_CURSOR_IBEAM:
|
||||
return CURSOR_IBEAM;
|
||||
case XI_CURSOR_CROSS:
|
||||
return CURSOR_CROSS;
|
||||
return CURSOR_CROCE;
|
||||
}
|
||||
return ( CURSOR ) Cursor;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user