(svn r25377) -Feature: timetable spreading of vehicles by Ctrl+Click when setting a start date
This commit is contained in:
@@ -146,7 +146,7 @@ struct SetDateWindow : Window {
|
||||
break;
|
||||
|
||||
case WID_SD_SET_DATE:
|
||||
if (this->callback != NULL) this->callback(this->parent, ConvertYMDToDate(this->date.year, this->date.month, this->date.day));
|
||||
if (this->callback != NULL) this->callback(this, ConvertYMDToDate(this->date.year, this->date.month, this->date.day));
|
||||
delete this;
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user