mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Show/hide fix to temporary switches
This commit is contained in:
parent
56b663c99f
commit
4513edbbdb
@ -268,7 +268,7 @@ Daily::Daily(QWidget *parent,gGraphView * shared, MainWindow *mw)
|
||||
QString title=(*GraphView)[i]->title();
|
||||
QPushButton *btn=new QPushButton(title,this);
|
||||
btn->setCheckable(true);
|
||||
btn->setChecked(true);
|
||||
btn->setChecked((*GraphView)[i]->visible());
|
||||
GraphToggles[title]=btn;
|
||||
btn->setSizePolicy(QSizePolicy::Fixed,QSizePolicy::Minimum);
|
||||
ui->graphToggleArea->addWidget(btn);
|
||||
|
Loading…
Reference in New Issue
Block a user