Properly delete all GUIObjects and pages on theme reload
Signed-off-by: Vojtech Bocek <vbocek@gmail.com> Change-Id: I8df41877f8f4439a434becfd47a9914b50649b34
This commit is contained in:
@@ -216,7 +216,6 @@ GUIInput::~GUIInput()
|
||||
if (mInputText) delete mInputText;
|
||||
if (mBackground) delete mBackground;
|
||||
if (mCursor) delete mCursor;
|
||||
if (mFont) delete mFont;
|
||||
if (mAction) delete mAction;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user