- code i committed for correct arrowkeys on selecting items in pulldowns
broke the ui_mouse_motion_towards_block() function. This made sure mouse motion (diagonal) towards a new opened sub-level keeps the sub- level open. Fixed!
This commit is contained in:
@@ -511,7 +511,7 @@ static void ui_positionblock(uiBlock *block, uiBut *but)
|
||||
if(dir2==UI_RIGHT) block->safety.xmax= block->maxx+3;
|
||||
if(dir2==UI_LEFT) block->safety.xmin= block->minx-3;
|
||||
}
|
||||
block->direction= dir1|dir2;
|
||||
block->direction= dir1;
|
||||
}
|
||||
else {
|
||||
block->safety.xmin= block->minx-40;
|
||||
|
||||
Reference in New Issue
Block a user