Comment 6 for bug 876591

Revision history for this message
Bernie (lbrulet-8) wrote :

This bug was introduced by the fix for bug #862260 in version 0.9.6-0ubuntu3. The following line (grid/src/grid.cpp:1017) :

gridProps[GridTopRight] = GridProps {0,0, 1,2};

should be replaced by :

gridProps[GridTopRight] = GridProps {1,0, 2,2};

Probably a copy/paste error :-)