[Slim-Checkins] r10375 - /branches/6.5/server/Slim/Display/Graphics.pm

adrian at svn.slimdevices.com adrian at svn.slimdevices.com
Mon Oct 16 14:16:50 PDT 2006


Author: adrian
Date: Mon Oct 16 14:16:47 2006
New Revision: 10375

URL: http://svn.slimdevices.com?rev=10375&view=rev
Log:
Bug: 4009
Description: merge -r 10373:10374 from trunk

Modified:
    branches/6.5/server/Slim/Display/Graphics.pm

Modified: branches/6.5/server/Slim/Display/Graphics.pm
URL: http://svn.slimdevices.com/branches/6.5/server/Slim/Display/Graphics.pm?rev=10375&r1=10374&r2=10375&view=diff
==============================================================================
--- branches/6.5/server/Slim/Display/Graphics.pm (original)
+++ branches/6.5/server/Slim/Display/Graphics.pm Mon Oct 16 14:16:47 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