From 6f480c77733d2baef5d2fde188046b289b0a38fb Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Tue, 28 May 2013 09:21:10 +0200 Subject: [PATCH] CComponentsItem: corrected comment for arg do_save_bg --- src/gui/components/cc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/components/cc.h b/src/gui/components/cc.h index 6d545693e..34fc6de36 100644 --- a/src/gui/components/cc.h +++ b/src/gui/components/cc.h @@ -215,7 +215,7 @@ class CComponentsItem : public CComponents ///initialze of basic framebuffer elements with shadow, background and frame. ///must be called first in all paint() members before paint any item, ///If backround is not required, it's possible to override this with variable paint_bg=false, use doPaintBg(true/false) to set this! - ///avoids using of unnecessary pixel memory, eg. if no hide with restore is provided. This is mostly the case whenever + ///arg do_save_bg avoids using of unnecessary pixel memory, eg. if no hide with restore is provided. This is mostly the case whenever ///an item will be hide or overpainted with other methods, or it's embedded (bound) in a parent form. void paintInit(bool do_save_bg);