mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-09 12:40:43 +00:00
Fix to empty days display corruption
This commit is contained in:
parent
57e4089b21
commit
4f6608780c
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user