MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / hide

Method hide

src/main/java/fieldbox/boxes/MarkingMenus.java:565–569  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

563 }
564
565 public void hide() {
566 this.properties.remove(frameDrawing);
567 this.properties.remove(FLineInteraction.interactiveDrawing);
568 Drawing.dirty(this);
569 }
570
571
572 public enum Position {

Callers 2

runMenuMethod · 0.95
runMenuHoldMethod · 0.95

Calls 2

dirtyMethod · 0.95
removeMethod · 0.45

Tested by

no test coverage detected