MCPcopy Create free account
hub / github.com/VCVRack/Rack / destroyTooltip

Method destroyTooltip

src/app/ModuleLightWidget.cpp:98–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96
97
98void ModuleLightWidget::destroyTooltip() {
99 if (!internal->tooltip)
100 return;
101 APP->scene->removeChild(internal->tooltip);
102 delete internal->tooltip;
103 internal->tooltip = NULL;
104}
105
106
107void ModuleLightWidget::step() {

Callers

nothing calls this directly

Calls 1

removeChildMethod · 0.80

Tested by

no test coverage detected