Changeset - r15301:f3449efe9a34
[Not reviewed]
master
0 1 0
smatz - 14 years ago 2010-06-10 16:22:10
smatz@openttd.org
(svn r19952) -Fix: do not close list of waypoint's trains when the waypoint view is closed - unify behaviour with other station types
1 file changed with 0 insertions and 5 deletions:
0 comments (0 inline, 0 general)
src/waypoint_gui.cpp
Show inline comments
 
@@ -60,11 +60,6 @@ public:
 
		this->OnInvalidateData(0);
 
	}
 

	
 
	~WaypointWindow()
 
	{
 
		DeleteWindowById(GetWindowClassForVehicleType(this->vt), (this->window_number << 16) | (this->vt << 11) | VLW_WAYPOINT_LIST | this->wp->owner);
 
	}
 

	
 
	virtual void SetStringParameters(int widget) const
 
	{
 
		if (widget == WAYPVW_CAPTION) SetDParam(0, this->wp->index);
0 comments (0 inline, 0 general)