Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
5.7.0
-
Qt 5.7 on Windows 10
-
a549d714c6e8214cda11079f1d3277772fb290cf
Description
Creating LineSeries and setting useOpenGL = true causes it to be painted on a separate node. When trying to change the visible property nothing happens.
The documentation says that OpenGL rendering is lacking support for many features, but visibility is not mentioned. I could assume that visible property should work no matter if the accelerated rendering is used or not.
I attached a sample application to reproduce the issue.