Code review comment for lp:~carla-sella/ubuntu-calendar-app/calendar-app

Revision history for this message
Olivier Tilloy (osomon) wrote :

148 + self.pointing_device.drag(x_Hscroller+(width_Hscroller/4),
149 + (y_Hscroller+((height_Hscroller/4)*3)),
150 + x_Hscroller+(width_Hscroller/4),
151 + (y_Hscroller+((height_Hscroller/4)*2)))

You should ensure you always pass integers as parameters to .drag(…), so you need to surround each parameter with int(…).

review: Needs Fixing

« Back to merge proposal