navibar.cpp: fix possible overpaint of text after repaint with new content

This commit is contained in:
2018-12-10 21:59:50 +01:00
parent 7eeb270cba
commit 13752e6de8

View File

@@ -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);
}