mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-21 16:44:07 +00:00
menu works on windows
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@139 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -109,7 +109,7 @@ static void draw(MwWidget handle) {
|
||||
m->sub[i]->wsub = NULL;
|
||||
m->sub[i]->keep = 0;
|
||||
m->wait = 1;
|
||||
}else if(arrlen(m->sub[i]->sub) == 0){
|
||||
} else if(arrlen(m->sub[i]->sub) == 0) {
|
||||
MwDispatchUserHandler(handle, MwNmenuHandler, m->sub[i]);
|
||||
}
|
||||
} else if(!handle->pressed && m->sub[i]->wsub != NULL) {
|
||||
|
||||
Reference in New Issue
Block a user