mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +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)
|
||||
{
|
||||
hideCCItems();
|
||||
nb_lText->hide();
|
||||
nb_rText->hide();
|
||||
CComponentsFrmChain::paint(do_save_bg);
|
||||
}
|
||||
|
Reference in New Issue
Block a user