2

I am playing with QML scene graph in a thread example. When you resize the window on mac, you'll experience bad flicker. Is there any way to fix it / work around it? Is that a bug in the example, or in Qt Quick?

Kuba hasn't forgotten Monica
  • 95,931
  • 16
  • 151
  • 313
emailhy
  • 780
  • 9
  • 22
  • 1
    It's probably a Qt bug. Check the bug database, if a bug doesn't exist make sure that you include a link to the exact example you're using. Also add this link to this question. – Kuba hasn't forgotten Monica Aug 27 '15 at 20:24
  • 1
    I've just run this example on my Mac (OS X 10.10.3 and Qt 5.5) and it works perfectly. – Marek R Aug 27 '15 at 21:35
  • did you try drag the frame to resize the window – emailhy Aug 28 '15 at 03:30
  • I've experienced this problem in general before, but I was interacting directly with the window system for render context management. I had to redraw the scene while resizing. I imagine Qt's supposed to be smart enough to do something like this though. – Andon M. Coleman Aug 28 '15 at 05:00

0 Answers0