MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / restorePreviousTool

Method restorePreviousTool

ij/src/main/java/ij/gui/Toolbar.java:1462–1464  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1460 }
1461
1462 public void restorePreviousTool() {
1463 setTool2(mpPrevious);
1464 }
1465
1466 boolean isMacroTool(int tool) {
1467 return tool>=CUSTOM1 && tool<getNumTools() && names[tool]!=null && (tools[tool] instanceof MacroToolRunner);

Callers 1

restorePreviousToolMethod · 0.95

Calls 1

setTool2Method · 0.95

Tested by

no test coverage detected