Changeset - r15782:bbd2d8b381a0
[Not reviewed]
master
0 1 0
frosch - 14 years ago 2010-08-12 12:03:52
frosch@openttd.org
(svn r20467) -Fix (r20453): Remove personal note.
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/timetable_gui.cpp
Show inline comments
 
@@ -173,25 +173,24 @@ struct TimetableWindow : Window {
 
	uint deparr_time_width; ///< The width of the departure/arrival time
 
	uint deparr_abbr_width; ///< The width of the departure/arrival abbreviation
 
	Scrollbar *vscroll;
 

	
 
	TimetableWindow(const WindowDesc *desc, WindowNumber window_number) :
 
			Window(),
 
			sel_index(-1),
 
			vehicle(Vehicle::Get(window_number)),
 
			show_expected(true)
 
	{
 
		this->CreateNestedTree(desc);
 
		this->vscroll = this->GetScrollbar(TTV_SCROLLBAR);
 
		// TODO TTV_FAKE_SCROLLBAR
 
		this->UpdateSelectionStates();
 
		this->FinishInitNested(desc, window_number);
 

	
 
		this->owner = this->vehicle->owner;
 
	}
 

	
 
	/**
 
	 * Build the arrival-departure list for a given vehicle
 
	 * @param v the vehicle to make the list for
 
	 * @param table the table to fill
 
	 * @return if next arrival will be early
 
	 */
0 comments (0 inline, 0 general)