fix some bugs that had been introduced by various out-of-team prs.

This commit is contained in:
howard-stearns 2018-06-04 13:00:08 -07:00
parent 254abfa04a
commit e40fc20cb6
2 changed files with 3 additions and 4 deletions

View file

@ -165,11 +165,11 @@ TextField {
anchors.left: parent.left
Binding on anchors.right {
when: parent.right
value: parent.right
when: textField.right
value: textField.right
}
Binding on wrapMode {
when: parent.right
when: textField.right
value: Text.WordWrap
}

View file

@ -479,7 +479,6 @@ Rectangle {
visible: !isCheckBox && !isButton && !isAvgAudio;
uuid: model ? model.sessionId : "";
selected: styleData.selected;
isReplicated: model.isReplicated;
isAdmin: model && model.admin;
isPresent: model && model.isPresent;
// Size