CComponentsItem: corrected comment for arg do_save_bg

This commit is contained in:
2013-05-28 09:21:10 +02:00
parent cfc0c72daa
commit 6f480c7773

View File

@@ -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);