MCPcopy Create free account
hub / github.com/benfry/processing4 / rebuildToolbar

Method rebuildToolbar

app/src/processing/app/ui/Editor.java:532–535  ·  view source on GitHub ↗

Rebuild the Toolbar after turning debug on/off.

()

Source from the content-addressed store, hash-verified

530 * Rebuild the Toolbar after turning debug on/off.
531 */
532 public void rebuildToolbar() {
533 toolbar.rebuild();
534 toolbar.revalidate(); // necessary to handle subcomponents
535 }
536
537
538 abstract public Formatter createFormatter();

Callers 1

toggleDebugMethod · 0.80

Calls 1

rebuildMethod · 0.45

Tested by

no test coverage detected