From aad67b5736ce1f265eaf8aa0596c80c089f659ec Mon Sep 17 00:00:00 2001 From: peter1138 Date: Sun, 1 Feb 2009 22:32:07 +0000 Subject: (svn r15312) -Codechange: Handle closing of drop down menus when clicking in a window in a single place, instead of in the OnClick event for some windows. This standardises behaviour so that clicking anywhere in a window will close its drop down menu, which happened before for some windows but not all. In addition the dubious feature of hiding a drop down menu by opening the same menu has been removed. This only caused wasted CPU cycles as a whole new list was generated and then destroyed. Breathe. --- src/network/network_gui.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/network/network_gui.cpp') diff --git a/src/network/network_gui.cpp b/src/network/network_gui.cpp index 6a59e1a6c..f4e52db4a 100644 --- a/src/network/network_gui.cpp +++ b/src/network/network_gui.cpp @@ -925,7 +925,6 @@ struct NetworkStartServerWindow : public QueryStringBaseWindow { virtual void OnClick(Point pt, int widget) { - if (widget != NSSW_CONNTYPE_BTN && widget != NSSW_LANGUAGE_BTN) HideDropDownMenu(this); this->field = widget; switch (widget) { case NSSW_CLOSE: // Close 'X' -- cgit v1.2.3-70-g09d2