--- a/IconEditor/IconEditorGrid.py Sat Apr 26 10:06:49 2014 +0200 +++ b/IconEditor/IconEditorGrid.py Sat Apr 26 10:36:09 2014 +0200 @@ -422,7 +422,7 @@ j = 0 while j <= self.__image.height(): painter.drawLine( - 0, self.__zoom * j, + 0, self.__zoom * j, self.__zoom * self.__image.width(), self.__zoom * j) j += 1