Changeset - r16913:5d244970d18e
[Not reviewed]
master
0 1 0
rubidium - 13 years ago 2010-12-29 18:20:19
rubidium@openttd.org
(svn r21658) -Fix [FS#4351]: cargo payment window wasn't properly invalidated when payment changed
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/economy.cpp
Show inline comments
 
@@ -677,7 +677,7 @@ void RecomputePrices()
 
	SetWindowClassesDirty(WC_BUILD_VEHICLE);
 
	SetWindowClassesDirty(WC_REPLACE_VEHICLE);
 
	SetWindowClassesDirty(WC_VEHICLE_DETAILS);
 
	SetWindowDirty(WC_PAYMENT_RATES, 0);
 
	InvalidateWindowData(WC_PAYMENT_RATES, 0);
 
}
 

	
 
/** Let all companies pay the monthly interest on their loan. */
0 comments (0 inline, 0 general)