QML Text's render error
-
I use QML to build an application.But I met a weird rendering error. it looks likes this:
as you see,the text is rendered to some stripes.
what I did is use Text{...} normally, and when I restart application,it return to normal. It only happened once and has never been reproduced again.
my qt's version is 5.15.15. os is Mac OS.
guys,What are the possible reasons for this situation?Furthermore, how to solve it?
ps:my mother tongue is not English. so if you feel impolite, no offence. -
I use QML to build an application.But I met a weird rendering error. it looks likes this:
as you see,the text is rendered to some stripes.
what I did is use Text{...} normally, and when I restart application,it return to normal. It only happened once and has never been reproduced again.
my qt's version is 5.15.15. os is Mac OS.
guys,What are the possible reasons for this situation?Furthermore, how to solve it?
ps:my mother tongue is not English. so if you feel impolite, no offence. -
I only suspect on underlying graphics library issue. May openGL is not initialised properly or something is missing.
-
I only suspect on underlying graphics library issue. May openGL is not initialised properly or something is missing.
@dheerendra thks for your inference. are there some solutions I can use to avoid this problem? if not, may be there are something I can check?
-
Are you graphics drivers up to date?