aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util
diff options
context:
space:
mode:
authorNils Jeisecke <jeisecke@saltation.de>2012-07-02 15:38:24 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-02 17:13:37 +0200
commit7572d2881ecf28f282fdd3129973f94ea319ed1a (patch)
tree49103c0b897d3e7a2e905f16379c3be322d1a31f /src/quick/util
parentfdeee38b781376012c4f086276c3c376726c8839 (diff)
Fix high CPU load for Qml TextEdit on Mac
This removes a Mac workaround which causes an endless calling loop (updatePaintNode will call markContentsDirty will call updatePaintNode) for every TextEdit element. The only reason that this doesn't block the application is that the signal goes through the GUI thread's event loop. Task-number: QTBUG-26361 Change-Id: Ia89cc123959bbfdcbfc5b0707901ac91dec47c40 Reviewed-by: Jiang Jiang <jiang.jiang@nokia.com>
Diffstat (limited to 'src/quick/util')
0 files changed, 0 insertions, 0 deletions