Sync zwidget upstream changes
This commit is contained in:
parent
104c7ead49
commit
b2ba110df9
4 changed files with 5 additions and 5 deletions
|
|
@ -123,11 +123,11 @@ void LineEdit::SetReadOnly(bool enable)
|
|||
}
|
||||
}
|
||||
|
||||
void LineEdit::SetAlignment(Alignment alignment)
|
||||
void LineEdit::SetAlignment(Alignment newalignment)
|
||||
{
|
||||
if (alignment != alignment)
|
||||
if (alignment != newalignment)
|
||||
{
|
||||
alignment = alignment;
|
||||
alignment = newalignment;
|
||||
Update();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue