CComponents: add more basic members and sub classes

- change default colors for info box
- add member methode to synchronize system colors
- add class CComponentsShapeCircle
- add class CComponentsShapeSquare
- add sub class CComponentsPIP
This commit is contained in:
2012-08-03 23:33:00 +02:00
parent 03d276d90a
commit 485dca43e2
3 changed files with 301 additions and 63 deletions

View File

@@ -1105,13 +1105,10 @@ void CMenuWidget::paintHint(int pos)
if (details_line)
details_line->hide();
/* clear info box */
if (info_box)
info_box->hide(hint_painted);
if ((info_box) && (pos == -1))
info_box->hide(true);
hint_painted = false;
}
else if (info_box){
info_box->hide(hint_painted);
}
if (pos < 0)
return;
@@ -1124,7 +1121,7 @@ void CMenuWidget::paintHint(int pos)
if (savescreen)
#endif
if (info_box)
info_box->hide();
info_box->hide(false);
#if 0
info_box->restore();
else