| 99 | } |
| 100 | |
| 101 | void RectSelectTool::switch_tool(DrawingProgramToolType newTool) { |
| 102 | if(!drawP.is_selection_allowing_tool(newTool)) |
| 103 | drawP.selection.deselect_all(); |
| 104 | } |
| 105 | |
| 106 | void RectSelectTool::tool_update() { |
| 107 | } |
nothing calls this directly
no test coverage detected