CComponentsItem: corrected comment for arg do_save_bg

Origin commit data
------------------
Branch: ni/coolstream
Commit: 6f480c7773
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-05-28 (Tue, 28 May 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2013-05-28 09:21:10 +02:00
parent b1985d34e3
commit 1de54e25dd

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