2.5
- 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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user