Try to limit the height of tearing.
In the style of "combobox_container_style" , write
onclick="combobox_onclick_event(185);"
185 - max height(example).
combobox.xml line 206. write as follows:
|
Quellcode
|
1
2
3
|
<action name="combobox_onclick_event">
combobox_openlist(get(name),%1);
</action>
|
combobox.xml line 453. add the line:
453.
clamp(openheight,0,%1);
454.
tween(global.layer[get(cbname)].height, get(openheight), get(cb.open_close_speed));