The QGraphicsTextItems / QGraphicsSimpleTextItems were corrupting
themselves on Android. I fixed it in

http://bazaar.launchpad.net/~brady.brenot/stellarium/android-port/revision/5149#src/gui/SkyGui.cpp


By adding  item->setCacheMode(QGraphicsItem::DeviceCoordinateCache);  for
all items.

I noticed that problem (text corrupts in QGraphicsTextItems, but not object
labels) seems to match at least one bug report for desktop Stellarium.
Could the same fix work there? I've no idea why it worked in the first
place, it may just be specific to Necessitas, but I thought I'd throw it
out there.
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Stellarium-pubdevel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stellarium-pubdevel

Reply via email to