mirror of
https://github.com/unknownworlds/NS.git
synced 2024-11-26 06:20:58 +00:00
Mantis: 983
o reverted popupmenu to 3.0 behaviour. git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@323 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
parent
02acda446f
commit
5ad744fe88
1 changed files with 5 additions and 5 deletions
|
@ -391,11 +391,11 @@ void AvHPieMenuHandler::mouseReleased(MouseCode code, Panel* inPanel)
|
|||
}
|
||||
|
||||
// puzl : 983 releasing a mouse closes the popup menu
|
||||
if ( code == MOUSE_RIGHT || code == MOUSE_LEFT || code == MOUSE_MIDDLE)
|
||||
{
|
||||
ClientCmd("-popupmenu");
|
||||
ClosePieMenu();
|
||||
}
|
||||
//if ( code == MOUSE_RIGHT || code == MOUSE_LEFT || code == MOUSE_MIDDLE)
|
||||
//{
|
||||
// ClientCmd("-popupmenu");
|
||||
// ClosePieMenu();
|
||||
//}
|
||||
// }
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue