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

/inkscape/src/ui/tools/
H A Dflood-tool.cpp602 bool currently_painting_bottom = false; local
658 if (initial_paint) { currently_painting_bottom = !ok_to_paint; }
660 if (ok_to_paint && (!currently_painting_bottom)) {
661 currently_painting_bottom = true;
664 if ((!ok_to_paint) && currently_painting_bottom) {
665 currently_painting_bottom = false;

Completed in 17 milliseconds