mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
- infoviewer: fix width of small rec/ts icon box
This commit is contained in:
@@ -332,6 +332,9 @@ void CInfoViewer::showRecordIcon (const bool show)
|
|||||||
rec->setShadowWidth(SHADOW_OFFSET/2);
|
rec->setShadowWidth(SHADOW_OFFSET/2);
|
||||||
rec->setCorner(RADIUS_MIN, CORNER_ALL);
|
rec->setCorner(RADIUS_MIN, CORNER_ALL);
|
||||||
}
|
}
|
||||||
|
if (rec->getWidth() != box_len)
|
||||||
|
rec->setWidth(box_len);
|
||||||
|
|
||||||
if (!rec->isPainted())
|
if (!rec->isPainted())
|
||||||
rec->paint(CC_SAVE_SCREEN_NO);
|
rec->paint(CC_SAVE_SCREEN_NO);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user