mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
fix sign
Origin commit data
------------------
Commit: 6a158066d0
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-01 (Wed, 01 Jan 2014)
This commit is contained in:
committed by
vanhofen
parent
0acf55d8e6
commit
63023ed83e
@@ -294,9 +294,9 @@ void CDBoxInfoWidget::paint()
|
||||
|
||||
int diff = frameBuffer->getScreenWidth() - width;
|
||||
if (diff < 0) {
|
||||
width -= diff;
|
||||
offsetw -= diff;
|
||||
nameWidth -= diff;
|
||||
width += diff;
|
||||
offsetw += diff;
|
||||
nameWidth += diff;
|
||||
}
|
||||
height = h_max(height, 0);
|
||||
x = getScreenStartX(width);
|
||||
|
Reference in New Issue
Block a user