mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2025-12-31 06:30:52 +00:00
ignore ----
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@668 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user