Neil G
Neil G

Reputation: 33282

QGLWidget in QScrollArea says "invalid drawable"

When I display my QGLWidget in the layout of my main QWidget, everything is fine. When I put the QGLWidget into a QScrollArea, and then display, Python says:

2011-05-14 19:10:28.900 Python[68311:613] invalid drawable

Upvotes: 1

Views: 927

Answers (1)

Neil G
Neil G

Reputation: 33282

Making the widget resizable seemed to fix the problem.

Upvotes: 1

Related Questions