[Slim-Checkins] r10374 - /trunk/server/Slim/Display/Graphics.pm
adrian at svn.slimdevices.com
adrian at svn.slimdevices.com
Mon Oct 16 14:11:40 PDT 2006
Author: adrian
Date: Mon Oct 16 14:11:37 2006
New Revision: 10374
URL: http://svn.slimdevices.com?rev=10374&view=rev
Log:
Bug: 4009
Description: further case where render needs to treat screen2 periodic
updates differently - don't start scrolling on screen 1
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=10374&r1=10373&r2=10374&view=diff
==============================================================================
--- trunk/server/Slim/Display/Graphics.pm (original)
+++ trunk/server/Slim/Display/Graphics.pm Mon Oct 16 14:11:37 2006
@@ -371,7 +371,7 @@
$sc->{scrolline} = undef;
}
- } elsif (!$scroll || $l == 0 || ($sc->{scroll} && $sc->{scrollline} != $l)) {
+ } elsif (!$scroll || $l == 0 || ($sc->{scroll} && $sc->{scrollline} != $l) || ($s2periodic && $screen1) ) {
# scrolling not enabled, line 0 or already scrolling for another line - truncate line
if (!$sc->{linereverse}[$l]) {
$bits |= substr($sc->{linebits}[$l], 0, $sc->{overlaystart}[$l]). $sc->{overlaybits}[$l];
More information about the checkins
mailing list