Fix dropdown menu selection (#5847)

This fixes a bug that occurred when the selection list of a drop down menu was changed but the name was still the same.
This commit is contained in:
red-001 2017-06-01 07:00:26 +01:00 committed by Loïc Blot
parent ed8215042c
commit a7787bb9d2
1 changed files with 1 additions and 0 deletions

View File

@ -2005,6 +2005,7 @@ void GUIFormSpecMenu::regenerateGui(v2u32 screensize)
m_tooltips.clear();
m_inventory_rings.clear();
m_static_texts.clear();
m_dropdowns.clear();
// Set default values (fits old formspec values)
m_bgcolor = video::SColor(140,0,0,0);