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

Origin commit data
------------------
Branch: ni/coolstream
Commit: a8ea7c60d5
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-11-24 (Thu, 24 Nov 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2016-11-24 19:21:14 +01:00
parent 0455f9f697
commit 3019b1abdc
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;