Changeset 6141 for trunk/AWT/AWT_irstree.cxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/AWT/AWT_irstree.cxx (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/AWT/AWT_irstree.cxx
r5901 r6141 56 56 } irs_gl; 57 57 58 void draw_top_sep erator(){58 void draw_top_separator(){ 59 59 int gc = AWT_GC_GROUPS; 60 60 int y; … … 95 95 irs_gl.y+=irs_gl.step_y; 96 96 if (irs_gl.ftrst_species) { 97 draw_top_sep erator();97 draw_top_separator(); 98 98 } 99 99 int x = x_offset; … … 138 138 int y_center = irs_gl.y + (vsize>>1) + irs_gl.step_y; 139 139 if ( irs_gl.y >= irs_gl.min_y) { 140 if (irs_gl.ftrst_species) { // A name of a group just under the sep erator141 draw_top_sep erator();140 if (irs_gl.ftrst_species) { // A name of a group just under the separator 141 draw_top_separator(); 142 142 } 143 143 int topy = irs_gl.y+irs_gl.step_y - 2; … … 183 183 if (node_string != NULL) { // A node name should be displayed 184 184 if (last_y >= irs_gl.min_y) { 185 if (irs_gl.ftrst_species) { // A name of a group just under the sep erator186 draw_top_sep erator();185 if (irs_gl.ftrst_species) { // A name of a group just under the separator 186 draw_top_separator(); 187 187 } 188 188 last_y = irs_gl.y + irs_gl.step_y; … … 223 223 } 224 224 225 y_center = (left_y + right_y) / 2; // clip c onteron bottom border225 y_center = (left_y + right_y) / 2; // clip center(?) on bottom border 226 226 227 227 if (right_y > irs_gl.min_y && right_y < irs_gl.max_y) { // visible right branch in lower part of display
