From 43732bf67889641ce8d645dc34734f8b01f96007 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sun, 10 Jan 2016 17:12:02 +0100 Subject: [PATCH] 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: https://github.com/neutrino-images/ni-neutrino/commit/695f8459070e961a6ed4460e37ec14fed7e79dcd Author: Thilo Graf Date: 2016-01-10 (Sun, 10 Jan 2016) --- src/gui/components/cc_item.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/components/cc_item.cpp b/src/gui/components/cc_item.cpp index 9c938167c..4f9b242c4 100644 --- a/src/gui/components/cc_item.cpp +++ b/src/gui/components/cc_item.cpp @@ -135,7 +135,6 @@ void CComponentsItem::kill(const fb_pixel_t& bg_color, bool ignore_parent) else CComponents::kill(cc_parent->getColorBody(), cc_parent->getCornerRadius()); } - clearScreenBuffer(); } //synchronize colors for forms