File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -552,7 +552,7 @@ CM.Disp.CreateTimerBar = function() {
552552 colorBar . id = bars [ i ] . id
553553 colorBar . style . display = 'inline-block' ;
554554 colorBar . style . height = '10px' ;
555- if ( bars . length == 1 || i == 1 ) {
555+ if ( bars . length - 1 == i ) {
556556 colorBar . style . borderTopRightRadius = '10px' ;
557557 colorBar . style . borderBottomRightRadius = '10px' ;
558558 }
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ CM.Disp.CreateTimerBar = function() {
233233 colorBar . id = bars [ i ] . id
234234 colorBar . style . display = 'inline-block' ;
235235 colorBar . style . height = '10px' ;
236- if ( bars . length == 1 || i == 1 ) {
236+ if ( bars . length - 1 == i ) {
237237 colorBar . style . borderTopRightRadius = '10px' ;
238238 colorBar . style . borderBottomRightRadius = '10px' ;
239239 }
You can’t perform that action at this time.
0 commit comments