woo it works
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@679 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
7446ae3dee
commit
a5db4f8eac
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ static void click(MwWidget handle) {
|
|||
if(l > width) width = l;
|
||||
}
|
||||
|
||||
cb->listbox = MwVaCreateWidget(MwListBoxClass, "listbox", handle, 0, 0, width, MwTextHeight(handle, "M") * 6 + MwDefaultBorderWidth(handle) * 2,
|
||||
cb->listbox = MwVaCreateWidget(MwListBoxClass, "listbox", handle, 0, MwGetInteger(handle, MwNheight), width, MwTextHeight(handle, "M") * 6 + MwDefaultBorderWidth(handle) * 2,
|
||||
MwNsingleClickSelectable, 1,
|
||||
NULL);
|
||||
MwLLShow(cb->listbox->lowlevel, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue