(svn r6882) -Fix r6777: Off by one drawing error for cargo buttons

This commit is contained in:
Darkvater 2006-10-21 23:08:17 +00:00
parent 5e140bd7bc
commit c15e699479

View File

@ -720,7 +720,7 @@ static void CargoPaymentRatesWndProc(Window *w, WindowEvent *e)
DrawWindowWidgets(w); DrawWindowWidgets(w);
x = 495; x = 495;
y = 25; y = 24;
gd.sel = _legend_cargobits; gd.sel = _legend_cargobits;
gd.left = 2; gd.left = 2;