A couple of minor changes on the UI.

This commit is contained in:
spartanj
2010-10-31 16:54:36 -03:00
parent 34f3f4048b
commit 6fc41c6f97
5 changed files with 33 additions and 23 deletions

View File

@@ -76,12 +76,10 @@ void cUITextInput::Draw() {
}
}
Uint32 cUITextInput::OnFocus() {
Uint32 cUITextInput::OnMouseClick( const eeVector2i& Pos, const Uint32 Flags ) {
mTextBuffer.Active( true );
ResetWaitCursor();
cUITextBox::OnFocus();
return 1;
}