- code that limited zooming in and zooming out for spaces like sequencer,

audiotimeline, etc. was accidentally removed in 2.30 UI makeover. put
  it back. fixes report in tracker from Cessen, thnx!
This commit is contained in:
2004-01-14 14:47:41 +00:00
parent 3e84e66078
commit e76eb6a45a
2 changed files with 28 additions and 1 deletions

View File

@@ -964,7 +964,7 @@ static void editing_panel_curve_type(Object *ob, Curve *cu)
if(ob->type!=OB_SURF) {
if(ob->type==OB_CURVE) {
static float prlen;
extern float prlen; // buttons_object.c, should be moved....
char str[32];
uiBlockBeginAlign(block);
uiDefButS(block, NUM, B_RECALCPATH, "PathLen:", 600,50,150,19, &cu->pathlen, 1.0, 9000.0, 0, 0, "");