1
0
Fork 0

(svn r12370) -Fix [FS#1853]: Close language drop down when parent window is clicked/closed.

release/0.6
peter1138 2008-03-15 19:50:06 +00:00
parent 89e9bbfa98
commit 058724b768
1 changed files with 1 additions and 0 deletions

View File

@ -728,6 +728,7 @@ static void NetworkStartServerWindowWndProc(Window *w, WindowEvent *e)
} break;
case WE_CLICK:
if (e->we.click.widget != NSSW_CONNTYPE_BTN && e->we.click.widget != NSSW_LANGUAGE_BTN) HideDropDownMenu(w);
nd->field = e->we.click.widget;
switch (e->we.click.widget) {
case NSSW_CLOSE: // Close 'X'