File diff r15734:ae8e2e185874 → r15735:f28325f49ee0
src/industry_gui.cpp
Show inline comments
 
@@ -2346,8 +2346,8 @@ struct IndustryCargoesWindow : public Wi
 

	
 
	virtual void OnClick(Point pt, int widget, int click_count)
 
	{
 
		if (widget != ICW_PANEL) return;
 

	
 
		switch (widget) {
 
			case ICW_PANEL: {
 
		Point fieldxy, xy;
 
		if (!CalculatePositionInWidget(pt, &fieldxy, &xy)) return;
 

	
 
@@ -2374,6 +2374,9 @@ struct IndustryCargoesWindow : public Wi
 
			default:
 
				break;
 
		}
 
				break;
 
			}
 
		}
 
	}
 

	
 
	virtual void OnHover(Point pt, int widget)