mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-21 11:22:45 +01:00
(svn r18230) -Codechange: Allow fill stepsize to be set from Window::UpdateWidgetSize().
This commit is contained in:
@@ -68,7 +68,7 @@ struct TimetableWindow : Window {
|
||||
this->sel_index = -1;
|
||||
}
|
||||
|
||||
virtual void UpdateWidgetSize(int widget, Dimension *size, const Dimension &padding, Dimension *resize)
|
||||
virtual void UpdateWidgetSize(int widget, Dimension *size, const Dimension &padding, Dimension *fill, Dimension *resize)
|
||||
{
|
||||
switch (widget) {
|
||||
case TTV_TIMETABLE_PANEL:
|
||||
|
||||
Reference in New Issue
Block a user