HTextField: fix implicitHeight Binding
This commit is contained in:
parent
8829b1b73d
commit
a87cbd3bac
|
@ -82,7 +82,7 @@ TextField {
|
|||
|
||||
Binding on implicitHeight {
|
||||
value: disabledTextLabel.implicitHeight
|
||||
when: disabledText !== null && ! textArea.enabled
|
||||
when: disabledText !== null && ! field.enabled
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user