Fixed a couple of minor bugs.

This commit is contained in:
spartanj
2010-12-26 18:36:32 -03:00
parent 820c441934
commit 0dfe1eb72e
10 changed files with 47 additions and 13 deletions

View File

@@ -657,7 +657,6 @@ void cEETest::CreateUI() {
TEParams.PosSet( 5, 245 );
TEParams.Size = eeSize( 315, 130 );
TEParams.Flags = UI_AUTO_PADDING | UI_CLIP_ENABLE;
//TEParams.WordWrap = false;
cUITextEdit * TextEdit = eeNew( cUITextEdit, ( TEParams ) );
TextEdit->Visible( true );
TextEdit->Enabled( true );