gui/widget/components.cpp: fix CComponentsInfoBox::hide():

call paint() with fullPaint=true to hide frame


Origin commit data
------------------
Branch: ni/coolstream
Commit: 5d055324ec
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-10-19 (Fri, 19 Oct 2012)



------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-10-19 19:22:44 +04:00
parent 125a76695e
commit 21d9650797

View File

@@ -275,7 +275,7 @@ void CComponentsInfoBox::hide()
col_body = col_frame = col_shadow = COL_BACKGROUND;
//paint with background and restore, set last used colors
paint(false);
paint(false, true);
col_body = c_tmp1;
col_shadow = c_tmp2;
col_frame = c_tmp3;