MCPcopy Create free account
hub / github.com/Card-Forge/forge / cancel

Method cancel

forge-gui-mobile/src/forge/menu/FDropDown.java:254–258  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

252 }
253
254 public void cancel() {
255 if (getMenuTab() != null)
256 getMenuTab().clearSelected();
257 hide();
258 }
259
260 public void scrollToHoveredChild(boolean down) {
261 selectedChild = null;

Callers

nothing calls this directly

Calls 3

getMenuTabMethod · 0.95
hideMethod · 0.95
clearSelectedMethod · 0.45

Tested by

no test coverage detected