Fixed timeline drawing problem at extreme range.
commite8ac0b4d97b10e7e78bc23b34dddc32a460d7bb5
authorEvanR <evanrinehart@gmail.com>
Mon, 5 Jan 2009 07:27:11 +0000 (5 01:27 -0600)
committerEvanR <evanrinehart@gmail.com>
Mon, 5 Jan 2009 07:27:11 +0000 (5 01:27 -0600)
tree9906d573942dcd55b77c245adb4a6ea33df1cac0
parent4999cac72764c7692c6d50d3aee12378fe247feb
Fixed timeline drawing problem at extreme range.

The problem was that giving fltk drawing commands
that are very far negative will have the effect of
wrapping around. Fixed by not giving coordinates
that are very large negative.
src/arranger.cpp
src/timeline.cpp