Skip to content
Snippets Groups Projects
Commit 0e680f8f authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlDesigner.PropertyEditor: Cleanup


Change-Id: Ic0545a022d2dd2d2911ceaedec9137e60a332e4d
Reviewed-by: default avatarThomas Hartmann <Thomas.Hartmann@digia.com>
parent 6706659b
No related branches found
No related tags found
No related merge requests found
...@@ -81,14 +81,6 @@ Controls.TextField { ...@@ -81,14 +81,6 @@ Controls.TextField {
} }
} }
// onFocusChanged: {
// if (focus) {
// transaction.start();
// } else {
// transaction.end();
// }
// }
style: TextFieldStyle { style: TextFieldStyle {
selectionColor: lineEdit.textColor selectionColor: lineEdit.textColor
selectedTextColor: "black" selectedTextColor: "black"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment