mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
navibar.cpp: fix possible overpaint of text after repaint with new content
Origin commit data
------------------
Commit: fcd69495e1
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-12-10 (Mon, 10 Dec 2018)
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