File diff r28811:c7d0936f4cf0 → r28812:d6d9465e39a0
src/order_gui.cpp
Show inline comments
 
@@ -1124,7 +1124,7 @@ public:
 
					int top = (this->order_over < this->selected_order ? y : y + line_height) - WidgetDimensions::scaled.framerect.top;
 
					int bottom = std::min(top + 2, ir.bottom);
 
					top = std::max(top - 3, ir.top);
 
					GfxFillRect(ir.left, top, ir.right, bottom, _colour_gradient[COLOUR_GREY][7]);
 
					GfxFillRect(ir.left, top, ir.right, bottom, GetColourGradient(COLOUR_GREY, 7));
 
					break;
 
				}
 
				y += line_height;