"QTransform::translate with NaN called" warrning

Hi All,

I download QGC stable v3.2 and after i compile and run it i’m getting alot of “QTransform::translate with NaN called” i tried to figure out where am i getting this from but couldn’t.

Anyone knows how can i find where it is comming from?? (any debugging method that may help?? )

thanks

From Qt internals somewhere. I’ve never been able to track it down. Just disregard it.

Ok thanks i will ask in QT forum and will update with the answer.
(i can see it prevent me from using qDebug() :slight_smile: )

In anyway is there a way to silent this warning?? until i find the solution…