| 74 | } |
| 75 | |
| 76 | void EditTool::erase_component(CanvasComponentContainer::ObjInfo* erasedComp) { |
| 77 | if(erasedComp == objInfoBeingEdited) |
| 78 | switch_tool(get_type()); |
| 79 | } |
| 80 | |
| 81 | void EditTool::input_paste_callback(const CustomEvents::PasteEvent& paste) { |
| 82 | if(objInfoBeingEdited) |
no outgoing calls
no test coverage detected