Fix post-open grid and list menu updates when opened as standalone menus.

shapetextures
Sven Eberhardt 2015-10-21 23:56:31 -04:00
parent f356c9053a
commit c7a0f2b580
1 changed files with 1 additions and 0 deletions

View File

@ -182,6 +182,7 @@ func DoCallback(data, int player, int ID, int subwindowID, object target)
func Open()
{
this.ID = nil; // no subwindow ID when opened as real menu
menu_id = GuiOpen(this);
return menu_id;
}