Changeset 6141 for trunk/EDIT4/ED4_cursor.cxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/EDIT4/ED4_cursor.cxx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/EDIT4/ED4_cursor.cxx
r6109 r6141 644 644 ED4_ROOT->main_manager->update_info.set_resize(1); 645 645 ED4_ROOT->main_manager->resize_requested_by_parent(); 646 /* it should create new AA Sequence terminals if the prot ien viewer is enabled */646 /* it should create new AA Sequence terminals if the protein viewer is enabled */ 647 647 } 648 648 delete string; … … 1260 1260 AW_pos termw_y_upper = termw_y - term_height; // upper border of terminal 1261 1261 1262 if (termw_y_upper > coords->top_area_height) { // don t scroll if terminal is in top area (always visible)1262 if (termw_y_upper > coords->top_area_height) { // don't scroll if terminal is in top area (always visible) 1263 1263 if (termw_y_upper < coords->window_upper_clip_point) { 1264 1264 #if defined(DEBUG) && 0
