mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Forgot to add redraw back when disabling transitions
This commit is contained in:
parent
1e0f25ba4e
commit
91541952e7
@ -548,6 +548,7 @@ void Daily::on_calendar_selectionChanged()
|
||||
ZombieMeterMoved=false;
|
||||
Load(ui->calendar->selectedDate());
|
||||
//GraphView->fadeIn(fadedir);
|
||||
GraphView->redraw();
|
||||
ui->calButton->setText(ui->calendar->selectedDate().toString(Qt::TextDate));
|
||||
ui->calendar->setFocus(Qt::ActiveWindowFocusReason);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user