Bugfix #6809: K key in 3d viewport does not exit keyframe mode in Ipo Editor

Patch by Juho Vepsäläinen (BeBraw) included with the report fixes this issue.
This commit is contained in:
2007-06-06 04:13:02 +00:00
parent b22a6da7b8
commit add68862b9
2 changed files with 8 additions and 11 deletions

View File

@@ -5184,18 +5184,17 @@ void set_ob_ipoflags(void)
}
else {
base->object->ipoflag &= ~OB_DRAWKEY;
if(base->object->ipo) base->object->ipo->showkey= 0;
}
}
base= base->next;
}
allqueue(REDRAWVIEW3D, 0);
allqueue(REDRAWBUTSOBJECT, 0);
if(set) {
allqueue(REDRAWNLA, 0);
allqueue (REDRAWACTION, 0);
allspace(REMAKEIPO, 0);
allqueue(REDRAWIPO, 0);
}
allqueue(REDRAWNLA, 0);
allqueue (REDRAWACTION, 0);
allspace(REMAKEIPO, 0);
allqueue(REDRAWIPO, 0);
}
void select_select_keys(void)