1
0
Fork 0

Fix #7090: Close Query String window after rebuilding AI/GS settings

pull/7258/head
Samu 2019-01-24 16:45:55 +00:00 committed by glx22
parent 19fa960d83
commit 66d23e3e86
1 changed files with 1 additions and 0 deletions

View File

@ -586,6 +586,7 @@ struct AISettingsWindow : public Window {
{
this->RebuildVisibleSettings();
HideDropDownMenu(this);
DeleteChildWindows(WC_QUERY_STRING);
}
private: