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

/inkscape/src/ui/tools/
H A Dpen-tool.cpp258 bool PenTool::hasWaitingLPE() { function in class:Inkscape::UI::Tools::PenTool
459 if (anchor && (!this->hasWaitingLPE()|| this->bspline || this->spiro)) {
469 if (!(bevent.state & GDK_SHIFT_MASK) || this->hasWaitingLPE()) {
842 if (this->expecting_clicks_for_LPE == 0 && this->hasWaitingLPE()) {

Completed in 18 milliseconds