Link graph: Fix typo in method name
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user