* Allow Shift O proportional hotkey to cycle to random mode in 3D view,

looks like I only got the image editor in previous commit.
This commit is contained in:
Matt Ebb
2006-10-11 01:19:14 +00:00
parent b6b5cdefa9
commit ee831a3411

View File

@@ -1662,7 +1662,7 @@ static void winqreadview3dspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
case OKEY:
if (G.obedit) {
if (G.qual==LR_SHIFTKEY) {
G.scene->prop_mode = (G.scene->prop_mode+1)%6;
G.scene->prop_mode = (G.scene->prop_mode+1)%7;
allqueue(REDRAWHEADERS, 0);
}
else if((G.qual==LR_ALTKEY)) {