it works
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@169 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
2b0d063dd8
commit
9b6ed7b6c3
7 changed files with 142 additions and 22 deletions
|
|
@ -125,7 +125,7 @@ static void click(MwWidget handle) {
|
|||
MwDestroyWidget(menu->sub[i]->wsub);
|
||||
menu->sub[i]->wsub = NULL;
|
||||
|
||||
MwLLForceRender(handle->lowlevel);
|
||||
MwForceRender(handle);
|
||||
} else if(arrlen(menu->sub[i]->sub) == 0) {
|
||||
MwWidget p;
|
||||
|
||||
|
|
@ -136,7 +136,7 @@ static void click(MwWidget handle) {
|
|||
|
||||
MwDestroyWidget(w);
|
||||
|
||||
MwLLForceRender(p->lowlevel);
|
||||
MwForceRender(p);
|
||||
|
||||
MwDispatchUserHandler(p, MwNmenuHandler, menu->sub[i]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue