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

call paint() with fullPaint=true to hide frame


Origin commit data
------------------
Commit: 5d055324ec
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-10-19 (Fri, 19 Oct 2012)
This commit is contained in:
[CST] Focus
2012-10-19 19:22:44 +04:00
parent 1100a5ed51
commit fbbcfb67b9

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;