Sync zwidget upstream changes
This commit is contained in:
parent
cbb89315e7
commit
e3d3ba2c86
2 changed files with 4 additions and 3 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