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

call paint() with fullPaint=true to hide frame
This commit is contained in:
[CST] Focus
2012-10-19 19:22:44 +04:00
parent 90d03ede27
commit 5d055324ec

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;