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

Method clearSelected

forge-gui-mobile/src/forge/menu/FMenuTab.java:216–219  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

214 return dropDown.isVisible() && dropDown instanceof FDropDownMenu;
215 }
216 public void clearSelected() {
217 if (menuBar != null)
218 menuBar.clearSelected();
219 }
220}

Callers 2

tapChildMethod · 0.45
cancelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected