mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-07-23 03:02:50 +03:00
Fixed a couple of minor bugs.
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user