mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
CInfoViewer: try to fix paint info text box after delayed painting of timescale
This commit is contained in:
@@ -1932,6 +1932,10 @@ void CInfoViewer::showInfoFile()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//check dimension, if changed then kill to force reinit
|
||||||
|
if (infobar_txt->getWidth() != width)
|
||||||
|
infobar_txt->kill();
|
||||||
|
|
||||||
//set some properties for info object
|
//set some properties for info object
|
||||||
infobar_txt->setDimensionsAll(xStart, yStart, width, height);
|
infobar_txt->setDimensionsAll(xStart, yStart, width, height);
|
||||||
infobar_txt->setCorner(RADIUS_SMALL);
|
infobar_txt->setCorner(RADIUS_SMALL);
|
||||||
|
Reference in New Issue
Block a user