Fix input/display of speeds in tracerestrict window in tiles/day mode

This commit is contained in:
Jonathan G Rennison
2022-01-11 21:38:19 +00:00
parent a64a6aeeb8
commit 644bd0a325
2 changed files with 15 additions and 3 deletions

View File

@@ -1394,6 +1394,7 @@ static void ClimateThresholdModeChanged(int32 new_value)
static void VelocityUnitsChanged(int32 new_value) {
InvalidateWindowClassesData(WC_PAYMENT_RATES);
InvalidateWindowClassesData(WC_TRACE_RESTRICT);
MarkWholeScreenDirty();
}