Skip to content

TextArea,TextField: Remove not referenced id from background style item

ivan tkachenko requested to merge work/ratijas/stylish into master

By assigning an id to a component we prevent QML Engine from optimizing this component away in case if it is overwritten by a subcomponent.

Merge request reports