mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
gui/widget/components.cpp: fix CComponentsInfoBox::hide():
call paint() with fullPaint=true to hide frame
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user