mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-06 21:46:29 +03:00
UI module refactoring.
--HG-- branch : dev
This commit is contained in:
@@ -147,7 +147,7 @@ void UITextInput::resetWaitCursor() {
|
||||
}
|
||||
|
||||
void UITextInput::alignFix() {
|
||||
if ( FontHAlignGet( flags() ) == UI_HALIGN_LEFT ) {
|
||||
if ( FontHAlignGet( getFlags() ) == UI_HALIGN_LEFT ) {
|
||||
Uint32 NLPos = 0;
|
||||
Uint32 LineNum = mTextBuffer.getCurPosLinePos( NLPos );
|
||||
|
||||
@@ -177,7 +177,7 @@ void UITextInput::setTheme( UITheme * Theme ) {
|
||||
|
||||
void UITextInput::autoSize() {
|
||||
if ( mFlags & UI_AUTO_SIZE ) {
|
||||
size( mSize.x, getSkinSize().getHeight() );
|
||||
setSize( mSize.x, getSkinSize().getHeight() );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user