mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
CComponentsItem: remove clean up from kill()
It is not always useful to clean up everything with kill().
For more control in some cases an separate clean up should be better.
Origin commit data
------------------
Commit: 695f845907
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-01-10 (Sun, 10 Jan 2016)
This commit is contained in:
@@ -135,7 +135,6 @@ void CComponentsItem::kill(const fb_pixel_t& bg_color, bool ignore_parent)
|
|||||||
else
|
else
|
||||||
CComponents::kill(cc_parent->getColorBody(), cc_parent->getCornerRadius());
|
CComponents::kill(cc_parent->getColorBody(), cc_parent->getCornerRadius());
|
||||||
}
|
}
|
||||||
clearScreenBuffer();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//synchronize colors for forms
|
//synchronize colors for forms
|
||||||
|
Reference in New Issue
Block a user