Changeset 8329
- Timestamp:
- 18/01/12 16:55:09 (4 months ago)
- Files:
-
- 1 modified
-
branches/e4fix/EDIT4/ED4_cursor.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/e4fix/EDIT4/ED4_cursor.cxx
r8296 r8329 1150 1150 bool isScreen = false; 1151 1151 if (dir == ED4_C_DOWN) { 1152 window()->world_to_win_coords(&x_dummy, &y_world); // special handling to move cursor from top to bottom area 1153 isScreen = true; 1152 if (owner_of_cursor->get_area_level(NULL) == ED4_A_TOP_AREA) { 1153 window()->world_to_win_coords(&x_dummy, &y_world); // special handling to move cursor from top to bottom area 1154 isScreen = true; 1155 } 1154 1156 } 1155 1157 target_terminal = get_upper_lower_cursor_pos(ED4_ROOT->main_manager, dir, y_world, isScreen, 0, seq_pos);
