mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
navibar.cpp: fix possible overpaint of text after repaint with new content
This commit is contained in:
@@ -118,5 +118,7 @@ void CNaviBar::initCCItems()
|
|||||||
void CNaviBar::paint(bool do_save_bg)
|
void CNaviBar::paint(bool do_save_bg)
|
||||||
{
|
{
|
||||||
hideCCItems();
|
hideCCItems();
|
||||||
|
nb_lText->hide();
|
||||||
|
nb_rText->hide();
|
||||||
CComponentsFrmChain::paint(do_save_bg);
|
CComponentsFrmChain::paint(do_save_bg);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user