Skip to content

KQuickStyleItem: Simplify the updatePolish

Aleix Pol Gonzalez requested to merge work/small-optimisation into master
  • Don't cast the devicePixelRatio into a float unnecessarily, use the same type we get.
  • Only keep the texture for visible items.
  • Do not re-create the texture if the sizes haven't changed.
Edited by Aleix Pol Gonzalez

Merge request reports