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

Method destroyTooltip

src/app/PortWidget.cpp:269–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267
268
269void PortWidget::destroyTooltip() {
270 if (!internal->tooltip)
271 return;
272 APP->scene->removeChild(internal->tooltip);
273 delete internal->tooltip;
274 internal->tooltip = NULL;
275}
276
277
278void PortWidget::createContextMenu() {

Callers

nothing calls this directly

Calls 1

removeChildMethod · 0.80

Tested by

no test coverage detected