Merge branch 'v14'
This commit is contained in:
@@ -233,7 +233,7 @@ struct StatusBarWindow : Window {
|
||||
this->SetWidgetDirty(WID_S_LEFT);
|
||||
}};
|
||||
|
||||
TimeoutTimer<TimerWindow> cm_epm_interval = {std::chrono::seconds(1), [this]() {
|
||||
IntervalTimer<TimerWindow> cm_epm_interval = {std::chrono::seconds(1), [this](uint) {
|
||||
this->SetWidgetDirty(CM_WID_S_APM);
|
||||
}};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user