Fix template train build window not being refreshed for variants changes

This commit is contained in:
Jonathan G Rennison
2023-03-07 19:11:59 +00:00
parent 57437e7068
commit e061fa06fd
3 changed files with 6 additions and 0 deletions

View File

@@ -1202,6 +1202,7 @@ void EnginesMonthlyLoop()
if (refresh) {
SetWindowClassesDirty(WC_BUILD_VEHICLE);
SetWindowClassesDirty(WC_BUILD_VIRTUAL_TRAIN);
SetWindowClassesDirty(WC_REPLACE_VEHICLE);
}
}