Corretto
git-svn-id: svn://10.65.10.50/trunk@3221 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
4a72b83bbf
commit
304535ad67
@ -1787,7 +1787,7 @@ void TDropDownList::open()
|
||||
const int hei = items() <= 1 ? 2*XI_FU_MULTIPLE + 1 : (min(6,items()) * XI_FU_MULTIPLE) + 1;
|
||||
XI_OBJ_DEF* lstdef = xi_add_list_def(itfdef, _obj->cid+1000, 0, 0, hei,
|
||||
XI_ATR_ENABLED|XI_ATR_VISIBLE,
|
||||
FOCUS_COLOR, NORMAL_BACK_COLOR,
|
||||
FOCUS_COLOR, FOCUS_BACK_COLOR,
|
||||
DISABLED_COLOR, DISABLED_BACK_COLOR,
|
||||
FOCUS_COLOR, 0);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user