Removed the highly disputable implementation that guessed a new view-center

when you go from Camera view to normal view. Now it returns, as usual, just
back to where you where working.
This commit is contained in:
2006-11-25 14:37:59 +00:00
parent 604b423032
commit cadb47b415
2 changed files with 3 additions and 11 deletions

View File

@@ -1805,6 +1805,9 @@ static void object_panel_object(Object *ob)
yco+= 40;
}
}
if(120-yco < -10)
uiNewPanelHeight(block, 204 - (120-yco));
}
static void object_panel_anim(Object *ob)