File diff r11518:6c02f3322c23 → r11519:80d5a7e0eeb8
src/newgrf_gui.cpp
Show inline comments
 
@@ -681,13 +681,13 @@ struct NewGRFWindow : public Window {
 
				this->SetDirty();
 
				break;
 
			}
 
		}
 
	}
 

	
 
	virtual void OnResize(Point new_size, Point delta)
 
	virtual void OnResize(Point delta)
 
	{
 
		if (delta.x != 0) {
 
			ResizeButtons(this, SNGRFS_ADD, SNGRFS_MOVE_DOWN);
 
			ResizeButtons(this, SNGRFS_SET_PARAMETERS, SNGRFS_APPLY_CHANGES);
 
		}