Searched defs:node_tool_active (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dobject-snapper.cpp479 bool const node_tool_active = _snapmanager->snapprefs.isTargetSnappable(SNAPTARGET_PATH, SNAPTARGET_PATH_INTERSECTION) && selected_path != NULL; local
488 if (node_tool_active) {
515 bool const being_edited = node_tool_active && (*it_p).currently_being_edited;

Completed in 45 milliseconds