(svn r17557) -Codechange: Pass left and right edge to DrawOrderString().
This commit is contained in:
@@ -190,7 +190,7 @@ struct TimetableWindow : Window {
|
||||
if (!this->vscroll.IsVisible(i)) break;
|
||||
|
||||
if (i % 2 == 0) {
|
||||
DrawOrderString(v, order, order_id, y, i == selected, true, this->widget[TTV_TIMETABLE_PANEL].right - 4);
|
||||
DrawOrderString(v, order, order_id, y, i == selected, true, this->widget[TTV_TIMETABLE_PANEL].left + 2, this->widget[TTV_TIMETABLE_PANEL].right - 2);
|
||||
|
||||
order_id++;
|
||||
|
||||
|
Reference in New Issue
Block a user