src/actions.cc

changeset 928
0fef7bb7b7a2
parent 927
409b82a4765e
child 929
66e8453e1768
equal deleted inserted replaced
927:409b82a4765e 928:0fef7bb7b7a2
224 AddObjectDialog::staticDialog (OBJ_BFC, LDObjectPtr()); 224 AddObjectDialog::staticDialog (OBJ_BFC, LDObjectPtr());
225 } 225 }
226 226
227 // ============================================================================= 227 // =============================================================================
228 // 228 //
229 void MainWindow::slot_actionNewVertex()
230 {
231 AddObjectDialog::staticDialog (OBJ_Vertex, LDObjectPtr());
232 }
233
234 // =============================================================================
235 //
236 void MainWindow::slot_actionEdit() 229 void MainWindow::slot_actionEdit()
237 { 230 {
238 if (Selection().size() != 1) 231 if (Selection().size() != 1)
239 return; 232 return;
240 233

mercurial