mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +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)
|
||||
{
|
||||
hideCCItems();
|
||||
nb_lText->hide();
|
||||
nb_rText->hide();
|
||||
CComponentsFrmChain::paint(do_save_bg);
|
||||
}
|
||||
|
Reference in New Issue
Block a user