Fix improper antialiasing property behavior
authorOleg Shparber <trollixx@gmail.com>
Mon, 19 May 2014 07:53:39 +0000 (00:53 -0700)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 19 May 2014 18:16:37 +0000 (20:16 +0200)
commit009ad875f89d7d7bc4447e18c2fbbd485a75e0b5
treeb12257374b4f39593681f4fe2a04f78daa9edb4d
parent76679048013fc70d2cb7042e32f1dd0cb4d5dfa5
Fix improper antialiasing property behavior

For components antialiased by default the property was returned
as false if default true value was set to true again.

Task-number: QTBUG-39047
Change-Id: I16960a12b6d38a0d9e487fc6612610c39c4949d4
Reviewed-by: Gunnar Sletta <gunnar.sletta@jollamobile.com>
src/quick/items/qquickitem.cpp
tests/auto/quick/qquicktext/tst_qquicktext.cpp