Searched refs:found_grid (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/dialog/
H A Ddocument-properties.cpp1652 Inkscape::CanvasGrid * found_grid = NULL; local
1654 found_grid = nv->grids[pagenum];
1656 if (found_grid) {
1658 // when the grid is deleted from SVG, the SPNamedview handler automatically deletes the object, so found_grid becomes an invalid pointer!
1659 found_grid->repr->parent()->removeChild(found_grid->repr);

Completed in 14 milliseconds