Fix to empty days display corruption

This commit is contained in:
Mark Watkins 2011-08-08 16:56:06 +10:00
parent 57e4089b21
commit 4f6608780c

View File

@ -83,7 +83,7 @@ Daily::Daily(QWidget *parent,QGLWidget * shared, MainWindow *mw)
scrollArea->setWidgetResizable(true);
scrollArea->setAutoFillBackground(true);
GraphLayout=new QGLWidget(scrollArea);
GraphLayout=new QWidget(scrollArea);
GraphLayout->setAutoFillBackground(true);
scrollArea->setWidget(GraphLayout);