ignore ----
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@668 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
dc7d8d359d
commit
df6e783656
2 changed files with 2 additions and 2 deletions
|
|
@ -830,7 +830,7 @@ void MwLLShow(MwLL handle, int show) {
|
|||
|
||||
XSetInputFocus(handle->display, handle->window, RevertToNone, CurrentTime);
|
||||
} else {
|
||||
XUnmapWindow(handle->display, handle->window);
|
||||
wait_unmap(handle);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -142,7 +142,7 @@ static void click(MwWidget handle) {
|
|||
MwForceRender(w->parent);
|
||||
|
||||
MwForceRender(handle);
|
||||
} else if(arrlen(menu->sub[i]->sub) == 0) {
|
||||
} else if(strcmp(menu->sub[i]->name, "----") != 0 && arrlen(menu->sub[i]->sub) == 0) {
|
||||
while(w->parent->widget_class != MwMenuClass) w = w->parent;
|
||||
MwGetBeforeStep(w, &jmp);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue