- 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:
2004-01-24 17:26:58 +00:00
parent 1f364149d6
commit 2037ef9d25

View File

@@ -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;