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

Origin commit data
------------------
Commit: a8ea7c60d5
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-11-24 (Thu, 24 Nov 2016)
This commit is contained in:
Jacek Jendrzej
2016-11-24 19:21:14 +01:00
parent e10e0583ae
commit 192a9d80ed
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;