Origin commit data
------------------
Branch: ni/coolstream
Commit: 1cf6ff39e4
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-01 (Wed, 01 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2014-01-01 14:42:42 +01:00
parent d52593842f
commit 0c0123da75

View File

@@ -303,9 +303,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);