[Slim-Checkins] r9034 - /trunk/server/Slim/Display/Graphics.pm
adrian at svn.slimdevices.com
adrian at svn.slimdevices.com
Thu Aug 17 23:36:38 PDT 2006
Author: adrian
Date: Thu Aug 17 23:36:36 2006
New Revision: 9034
URL: http://svn.slimdevices.com?rev=9034&view=rev
Log:
Bug: N/A
Description: Fix ticker scrolling broken by svn 8999
Modified:
trunk/server/Slim/Display/Graphics.pm
Modified: trunk/server/Slim/Display/Graphics.pm
URL: http://svn.slimdevices.com/trunk/server/Slim/Display/Graphics.pm?rev=9034&r1=9033&r2=9034&view=diff
==============================================================================
--- trunk/server/Slim/Display/Graphics.pm (original)
+++ trunk/server/Slim/Display/Graphics.pm Thu Aug 17 23:36:36 2006
@@ -327,7 +327,7 @@
} elsif ($sc->{linefinish}[$l] <= $sc->{overlaystart}[$l] ) {
# no need to scroll - assemble line + pad + overlay
$bits |= $sc->{linebits}[$l] . chr(0) x ($sc->{overlaystart}[$l] - $sc->{linefinish}[$l]) . $sc->{overlaybits}[$l];
- if ($sc->{scroll} && $sc->{scrollline} == $l) {
+ if ($sc->{scroll} == 1 && $sc->{scrollline} == $l) {
# previously scrolling same text on this line but no longer needed - probably due to overlay change
$sc->{scroll} = 0;
$sc->{scrolline} = undef;
More information about the checkins
mailing list