Searched refs:_blockSetItem (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ui/ | ||
H A D | shape-editor.h | 39 static void blockSetItem(bool b) { _blockSetItem = b; } // kludge 48 static bool _blockSetItem; member in class:Inkscape::UI::ShapeEditor |
H A D | shape-editor.cpp | 32 bool ShapeEditor::_blockSetItem = false; member in class:Inkscape::UI::ShapeEditor 115 if (_blockSetItem) { |
Completed in 14 milliseconds