(svn r24694) -Fix (r18136): Road vehicle selection frame wasn't drawn properly in the depot window.

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
michi_cc 12 years ago
parent 33ff55a8f1
commit 55cff8407f

@ -153,7 +153,7 @@ void DrawRoadVehImage(const Vehicle *v, int left, int right, int y, VehicleID se
}
if (v->index == selection) {
DrawFrameRect((rtl ? px : left) - 1, y - 1, (rtl ? px : right) - 1, y + 12, COLOUR_WHITE, FR_BORDERONLY);
DrawFrameRect((rtl ? px : 0), 0, (rtl ? max_width : px) - 1, 12, COLOUR_WHITE, FR_BORDERONLY);
}
_cur_dpi = old_dpi;

Loading…
Cancel
Save