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

Method destroyTooltip

src/app/ParamWidget.cpp:164–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162
163
164void ParamWidget::destroyTooltip() {
165 if (!internal->tooltip)
166 return;
167 APP->scene->removeChild(internal->tooltip);
168 delete internal->tooltip;
169 internal->tooltip = NULL;
170}
171
172void ParamWidget::step() {
173 engine::ParamQuantity* pq = getParamQuantity();

Callers

nothing calls this directly

Calls 1

removeChildMethod · 0.80

Tested by

no test coverage detected