UINode::setTheme fixes.

--HG--
branch : dev
This commit is contained in:
Martí­n Lucas Golini
2018-03-16 14:24:57 -03:00
parent d52ff835fb
commit 610c1c6720
5 changed files with 22 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ class EE_API UIMessageBox : public UIWindow {
void setCloseWithKey(const Uint32 & closeWithKey);
protected:
UI_MSGBOX_TYPE mMsgBoxType;
UITextView * mTextBox;
UITextView * mTextBox;
UIPushButton * mButtonOK;
UIPushButton * mButtonCancel;
Uint32 mCloseWithKey;