mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-07 03:30:44 +00:00
Journal glitches from forgetting to initialize stuff
This commit is contained in:
parent
ef7b34dd9c
commit
07b142c448
@ -48,6 +48,9 @@ Daily::Daily(QWidget *parent,gGraphView * shared, MainWindow *mw)
|
|||||||
// Remove Incomplete Extras Tab
|
// Remove Incomplete Extras Tab
|
||||||
//ui->tabWidget->removeTab(3);
|
//ui->tabWidget->removeTab(3);
|
||||||
|
|
||||||
|
ZombieMeterMoved=false;
|
||||||
|
BookmarksChanged=false;
|
||||||
|
|
||||||
QList<int> a;
|
QList<int> a;
|
||||||
a.push_back(300);
|
a.push_back(300);
|
||||||
a.push_back(this->width()-300);
|
a.push_back(this->width()-300);
|
||||||
|
Loading…
Reference in New Issue
Block a user