void ImpressionistUI::cb_undo(Fl_Menu_ *o, void *v) {
    ImpressionistDoc *pDoc = whoami(o)->getDocument();
    pDoc->undo();
}