Link graph: Fix typo in method name

This commit is contained in:
Jonathan G Rennison
2024-01-24 18:58:00 +00:00
parent 3017660e5d
commit ba5d3588aa
3 changed files with 3 additions and 3 deletions

View File

@@ -271,7 +271,7 @@ struct MainWindow : Window
return;
}
if (this->viewport->overlay->RebuildCacheCheckCahnged()) {
if (this->viewport->overlay->RebuildCacheCheckChanged()) {
this->GetWidget<NWidgetBase>(WID_M_VIEWPORT)->SetDirty(this);
}
}