From 4266468a0613e7b68bd60689cba5512b7dad7e33 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 ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/695f8459070e961a6ed4460e37ec14fed7e79dcd Author: Thilo Graf Date: 2016-01-10 (Sun, 10 Jan 2016) ------------------ This commit was generated by Migit --- 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