Ticket #4 (assigned defect)

Opened 3 years ago

Last modified 2 years ago

implement GTK2 ruler decals properly

Reported by: kickback Assigned to: kickback (accepted)
Priority: normal Milestone:
Component: sweep Version:
Severity: normal Keywords: rulers fonts position
Cc:

Description

ruler tick marks and font size, postion are slightly wrong. check the drawing algorithm and pango code (in both db_ruler.c and time_ruler.c)

Attachments

.2 (0 bytes) - added by anonymous on 09/23/05 09:23:03.

Change History

08/25/05 16:47:08 changed by kickback

  • status changed from new to assigned.

09/23/05 09:23:03 changed by anonymous

  • attachment .2 added.

02/19/06 07:00:59 changed by kickback

ruler ticks seem to have been caused by float precision errors. after switching to doubles in the timer_ruler_draw_ticks function, they have gone away, at least with the size of files that i can load here.

font size, alignment and colour could still do with tweaking to be more in line with pre gtk2 sweep.