mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Fix the improper focus and activation of pulldown menus
This commit is contained in:
parent
e1be3c0fd1
commit
011f49616b
1 changed files with 5 additions and 0 deletions
|
@ -84,6 +84,11 @@ UIPulldownMenu::UIPulldownMenu()
|
|||
|
||||
// uninitialized in original game
|
||||
m_submenuptr = NULL;
|
||||
|
||||
// Added in OPM
|
||||
// This is so the window manager knows it can be activated
|
||||
// and appropriately handle this as the first responder
|
||||
m_canactivate = true;
|
||||
}
|
||||
|
||||
UIPulldownMenu::~UIPulldownMenu()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue