== Preview Range ==

Preview Range now works in the IPO editor.
This commit is contained in:
2007-04-06 06:52:00 +00:00
parent 21d1b9e310
commit 29c0708145
6 changed files with 33 additions and 4 deletions

View File

@@ -2753,6 +2753,17 @@ static void winqreadipospace(ScrArea *sa, void *spacedata, BWinEvent *evt)
else
clean_ipo();
break;
case PKEY:
if (G.qual & LR_CTRLKEY) /* set preview range */
anim_previewrange_set();
else if (G.qual & LR_ALTKEY) /* clear preview range */
anim_previewrange_clear();
allqueue(REDRAWTIME, 0);
allqueue(REDRAWBUTSALL, 0);
allqueue(REDRAWACTION, 0);
allqueue(REDRAWNLA, 0);
allqueue(REDRAWIPO, 0);
break;
case RKEY:
if (G.qual==0)
ipo_record();