mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
CComponentsWindow: add missing member paint()
This is a partial revert off57ccb8d5a
Origin commit data ------------------ Branch: ni/coolstream Commit:0ae3d34ceb
Author: Thilo Graf <dbt@novatux.de> Date: 2013-11-17 (Sun, 17 Nov 2013) ------------------ This commit was generated by Migit
This commit is contained in:
@@ -254,3 +254,11 @@ void CComponentsWindow::initCCWItems()
|
||||
addCCItem(ccw_footer);
|
||||
}
|
||||
|
||||
void CComponentsWindow::paint(bool do_save_bg)
|
||||
{
|
||||
//prepare items before paint
|
||||
initCCWItems();
|
||||
|
||||
//paint form contents
|
||||
paintForm(do_save_bg);
|
||||
}
|
||||
|
Reference in New Issue
Block a user