src/gui/widget/menue.cpp try to fix widget segfault menu with keyboard and background restore

This commit is contained in:
Jacek Jendrzej
2016-11-24 19:21:14 +01:00
parent ee4a443c8a
commit a8ea7c60d5
2 changed files with 11 additions and 4 deletions

View File

@@ -494,6 +494,8 @@ class CMenuWidget : public CMenuTarget, public CComponentsSignals
CComponentsInfoBox *info_box;
int hint_height;
CComponentsHeader *header;
unsigned int saveScreen_width ;
unsigned int saveScreen_height;
protected:
std::string nameString;
neutrino_locale_t name;