sbar_edit now mostly works in plugin menus. at least, the movement goes to the right place. :p
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1915 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
e428f900fb
commit
b391ad0f8f
1 changed files with 1 additions and 1 deletions
|
@ -1383,7 +1383,7 @@ static void ProcessMouse(mouse_t *mouse, usercmd_t *cmd, int pnum)
|
||||||
if(in_xflip.value) mx *= -1;
|
if(in_xflip.value) mx *= -1;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (mouseusedforgui || (key_dest == key_menu && m_state == m_complex)
|
if (mouseusedforgui || (key_dest == key_menu && (m_state == m_complex || m_state == m_plugin))
|
||||||
#ifdef VM_UI
|
#ifdef VM_UI
|
||||||
|| UI_MenuState()
|
|| UI_MenuState()
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue