mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-21 21:20:45 +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->setWidgetResizable(true);
|
||||||
scrollArea->setAutoFillBackground(true);
|
scrollArea->setAutoFillBackground(true);
|
||||||
|
|
||||||
GraphLayout=new QGLWidget(scrollArea);
|
GraphLayout=new QWidget(scrollArea);
|
||||||
GraphLayout->setAutoFillBackground(true);
|
GraphLayout->setAutoFillBackground(true);
|
||||||
scrollArea->setWidget(GraphLayout);
|
scrollArea->setWidget(GraphLayout);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user