mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-30 04:53:04 +00:00
woo it works
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@679 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -110,7 +110,7 @@ static void click(MwWidget handle) {
|
|||||||
if(l > width) width = l;
|
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,
|
MwNsingleClickSelectable, 1,
|
||||||
NULL);
|
NULL);
|
||||||
MwLLShow(cb->listbox->lowlevel, 0);
|
MwLLShow(cb->listbox->lowlevel, 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user