CComponentsInfoBox: Optimize display

- Paint full info box only when activating the menu,
 otherwise only body paint


Origin commit data
------------------
Branch: ni/coolstream
Commit: cb375cc214
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-07-22 (Sun, 22 Jul 2012)

Origin message was:
------------------
* CComponentsInfoBox: Optimize display

- Paint full info box only when activating the menu,
 otherwise only body paint


------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2012-07-22 12:31:19 +02:00
parent 4dc2ee9898
commit bafd9cb84e
2 changed files with 14 additions and 10 deletions

View File

@@ -93,7 +93,7 @@ class CComponentsInfoBox : public CComponents
int rad,fr_thickness;
bool shadow;
fb_pixel_t col_frame, col_body, col_shadow;
bool bg_saved;
bool firstPaint;
std::vector<comp_fbdata_t> v_infobox_val;
public: