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

/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp512 bool appendSelection; local
514 appendSelection = fShiftDown;
516 appendSelection = fShiftDown && fCurrentPathPoint >= 0;
518 if (!appendSelection) {
524 _Select(fCurrentPathPoint, appendSelection);

Completed in 13 milliseconds