Fix for bug #9664: switching to particle edit mode with ctrl+shift+tab

from paint modes didn't work correct.
This commit is contained in:
Brecht Van Lommel 2008-04-25 20:52:40 +00:00
parent bc18e9e290
commit 19985ae918

@ -742,6 +742,8 @@ int blenderqread(unsigned short event, short val)
}
}
else if(G.qual&LR_CTRLKEY && G.qual&LR_SHIFTKEY){
if(!(G.f & G_PARTICLEEDIT))
exit_paint_modes();
PE_set_particle_edit();
}
break;