mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
UINode::setTheme fixes.
--HG-- branch : dev
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user