mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-01-19 06:51:11 +00:00
Fixes mouse + sbar_edit
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1920 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
5a097121a5
commit
d09c73dfeb
1 changed files with 1 additions and 1 deletions
|
@ -984,7 +984,7 @@ void IN_MouseMove (usercmd_t *cmd, int pnum)
|
|||
mx = mouse_x;
|
||||
my = mouse_y;
|
||||
|
||||
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
|
||||
|| UI_MenuState()
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue