IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 29, 2006, 9:12:06 AM (20 years ago)
Author:
eugene
Message:

fixed bug in textline comms, label position

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa/graph/bDrawLabels.c

    r5852 r6240  
    2323      }
    2424      x = layout[0].label[i].x;
    25       y = graphic.dy - layout[0].label[i].y;
     25      y = layout[0].label[i].y;
    2626      SetRotFont (layout[0].label[i].font, layout[0].label[i].size);
    2727      bDrawRotText (x, y, layout[0].label[i].text, pos, angle);
     
    4242      angle = layout[0].ptext[i].angle;
    4343      x = layout[0].ptext[i].x;
    44       y = graphic.dy - layout[0].ptext[i].y;
     44      y = layout[0].ptext[i].y;
    4545      SetRotFont (layout[0].ptext[i].font, layout[0].ptext[i].size);
    4646      bDrawRotText (x, y, layout[0].ptext[i].text, 5, angle);
Note: See TracChangeset for help on using the changeset viewer.