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

/inkscape/src/widgets/
H A Dfill-style.cpp366 static gchar const *undo_F_label = undo_F_label_1; member in namespace:Inkscape
439 DocumentUndo::maybeDone(desktop->doc(), (kind == FILL) ? undo_F_label : undo_S_label, SP_VERB_DIALOG_FILL_STROKE,
517 DocumentUndo::maybeDone(desktop->getDocument(), (kind == FILL) ? undo_F_label : undo_S_label, SP_VERB_DIALOG_FILL_STROKE,
526 if (undo_F_label == undo_F_label_1) {
527 undo_F_label = undo_F_label_2;
530 undo_F_label = undo_F_label_1;

Completed in 15 milliseconds