- Brought back (most of) buttons in TimeLine window.
  They don't work yet though! Waiting for Brecht to commit callbacks
  for menus and ui-blocks

- Area headers hilite again when mouse is inside.
This commit is contained in:
2008-12-10 17:58:18 +00:00
parent acce05c7e4
commit 64f9c67ca8
9 changed files with 677 additions and 19 deletions

View File

@@ -98,8 +98,7 @@ void ED_region_pixelspace(const bContext *C, ARegion *ar)
int height= ar->winrct.ymax-ar->winrct.ymin+1;
wmOrtho2(C->window, -0.375, (float)width-0.375, -0.375, (float)height-0.375);
wmLoadIdentity(C->window);
wmLoadIdentity(C->window);
}
void ED_region_do_listen(ARegion *ar, wmNotifier *note)