mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
CComponentsPicture: fix hide() of picture box
After hide of a picture box, no paint was possible, this should fix this.
This commit is contained in:
@@ -221,6 +221,7 @@ class CComponentsPicture : public CComponentsContainer
|
||||
|
||||
inline bool isPicPainted(){return pic_painted;};
|
||||
void paint(bool do_save_bg = CC_SAVE_SCREEN_YES);
|
||||
void hide(bool no_restore = false);
|
||||
inline void getPictureSize(int *pwidth, int *pheight){*pwidth=pic_width; *pheight=pic_height;};
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user