diff options
author | Richard Shann <rshann@debianrts.home> | 2011-02-05 08:31:20 +0000 |
---|---|---|
committer | Richard Shann <rshann@debianrts.home> | 2011-02-05 08:31:20 +0000 |
commit | 1a42bcc9232cce26ba0ba9832d95a0936a23176d (patch) | |
tree | 5c8d450efc9bfadf1fed9d69f9941687c6c01a7b /src | |
parent | a7b72e6a62bc62197bd2159a5df1d36b6f2223ad (diff) |
Adjust cursor position
Diffstat (limited to 'src')
-rw-r--r-- | src/draw.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -431,9 +431,7 @@ draw_object (cairo_t *cr, objnode * curobj, gint x, gint y, (mudelaitem->starttickofnextnote > itp->tickspermeasure); if (si->cursor_appending) { - - draw_cursor (cr, si, x + mudelaitem->x + extra, y, ((itp->curmeasure->next!=NULL) && (objnode *) itp->curmeasure->next->data)?-1:1 /*itp->last_gap */, - gui->mode, si->cursorclef); + draw_cursor (cr, si, x + mudelaitem->x + extra, y, ((itp->curmeasure->next!=NULL) && (objnode *) itp->curmeasure->next->data)?-1:0 /*itp->last_gap */, gui->mode, si->cursorclef); memcpy (si->cursoraccs, itp->curaccs, SEVENGINTS); } else |