mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-05 09:00:54 +00:00
it works
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@169 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -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]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user