Skip to content

Tree and PropertyEditor confirm value change on focus loss

Rafał Mikrut requested to merge pr-issue-1717 into master

Created by: ghost

When the value is edited using a LineEdit it the change will be confirmed on focus loss, pressing Esc key will cancel the change.

And i removed some unnecessary include files and a unused code used for editing color properties, the PropertyEditor uses the ColorPicker for editing this type.

Closes #1717 (closed).

Merge request reports