"Grab Cursor" now only is invoked by GKEY.

This commit is contained in:
Alexander Ewering 2004-07-19 08:42:24 +00:00
parent 66c2b4aace
commit 319527efe4

@ -4565,11 +4565,13 @@ void transform(int mode)
}
if(tottrans==0) {
/* if(G.obedit==0) clearbaseflags_for_editing();*/
if (mode!='g') {
if(G.obedit==0) clearbaseflags_for_editing();
return;
}
mode='0';
curs = give_cursor();
VECCOPY(oldcurs, curs);
/* return;*/
}
if(G.obedit==0 && mode=='S') return;