removeSelectionIcon method

void removeSelectionIcon ()

Removes the selection icon if there

Implementation

void removeSelectionIcon() {
  if (selectionIcon != null) selectionIcon.remove(); // already there
  selectionIcon = null;
}