Merge pull request #2250 from Areloch/popupMenuFixesPR

Fixes various incorrect popup menu behaviors.
This commit is contained in:
Areloch 2018-09-05 13:06:26 -05:00 committed by GitHub
commit 54f1d8c18e
11 changed files with 305 additions and 498 deletions

View file

@ -137,6 +137,9 @@ public:
/// Returns the number of items in the menu.
U32 getItemCount();
///Clears all items
void clearItems();
//-----------------------------------------------------------------------------
/// Displays this menu as a popup menu and blocks until the user has selected
/// an item.