commented out code to enable multiple uiBlocks in window with different

matrices (like action window should have). This one gave error in
IpoWindow with Panel.
This commit is contained in:
Ton Roosendaal 2004-04-21 18:04:02 +00:00
parent 2e4d0e9c5a
commit 282d063569

@ -2523,8 +2523,8 @@ static int ui_do_block(uiBlock *block, uiEvent *uevent)
// added this for panels in windows with buttons...
// maybe speed optimize should require test
if((block->flag & UI_BLOCK_LOOP)==0) {
bwin_load_winmatrix(block->win, block->winmat);
glLoadIdentity();
//bwin_load_winmatrix(block->win, block->winmat);
//glLoadIdentity();
}
Mat4CpyMat4(UIwinmat, block->winmat);