Commit f99dcdf0 authored by Laszlo Agocs's avatar Laszlo Agocs Committed by The Qt Project
Browse files

Disable mipmapping on the style item


The recent removal of QSGPlainTexture::setHasMipMaps() made the texture
material enable mipmapping on the texture by default. Previously this
was not the case, the material did not enable mipmapping on the texture
regardless of the value of mipmapFiltering.

The default value (Nearest) now properly enables mipmapping but this is
not ideal for the style item. Therefore we disable mipmapping explicitly.

Task-number: QTBUG-37690
Change-Id: I15607fd0c3a06f0cefc416b74f6cee25ef7966bd
Reviewed-by: default avatarGunnar Sletta <gunnar.sletta@jollamobile.com>
parent 05b3fc4d
Showing with 2 additions and 0 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment