QML Application resize bug
-
When i'm resizing window of my qml application it It does not redraw. Window with old size lefts in left corner. How can i fix this?
OS:win7, Qt: 5.9
-
@bronstein87
it depends, what you are doing in your code?
Any special handlings, etc. -
@raven-worx no, the same sutiation in all qml example apps from qt creator. but i remarked that it depends on computer. on some of machines everything is ok, on others i am watching this bug
-
@bronstein87
and what is exactly different between the machines you tried?
OS, used platform plugin, etc. -
@raven-worx there is no obvious differences. all have OS win32
-
@bronstein87
and you are using the exact same binaries on all machines?
If so the only thing which comes to my mind is that one uses Angle the other OpenGL backend. Depending if you have up-to-date graphics drivers installed. -
@raven-worx i have qt on all these machines, so i just compiled some of qml examples from qt creator on them. What about drivers, that could be a reason, machines are too old, i will try to update them, thanks