()
| 1625 | } |
| 1626 | |
| 1627 | public static void restoreTools() { |
| 1628 | Toolbar tb = Toolbar.getInstance(); |
| 1629 | if (tb!=null) { |
| 1630 | if (tb.getToolId()>=UNUSED) |
| 1631 | tb.setTool(RECTANGLE); |
| 1632 | tb.installStartupMacros(); |
| 1633 | } |
| 1634 | } |
| 1635 | |
| 1636 | private void installStartupMacros() { |
| 1637 | resetTools(); |
nothing calls this directly
no test coverage detected