Correction to c792e546991bd9: OS-Key should be checked as well

This commit is contained in:
julianeisel 2015-01-26 02:51:09 +01:00
parent b554bcf124
commit b636599fde
Notes: blender-bot 2023-02-14 09:34:20 +01:00
Referenced by issue #43419, Particle emitted from vertices ignore UV particle texture
1 changed files with 1 additions and 1 deletions

View File

@ -6393,7 +6393,7 @@ static int ui_do_button(bContext *C, uiBlock *block, uiBut *but, const wmEvent *
}
/* handle menu */
else if ((event->type == RIGHTMOUSE) &&
((event->ctrl + event->alt + event->shift) == 0) &&
((event->ctrl + event->oskey + event->alt + event->shift) == 0) &&
(event->val == KM_PRESS))
{
/* RMB has two options now */