MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / ~MenuBox

Method ~MenuBox

src/ui/menu.cpp:160–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160MenuBox::~MenuBox()
161{
162 if (m_base && m_base->is_filtering) {
163 m_base->is_filtering = false;
164 Manager::getDefault()->removeMessageFilter(kMouseDownMessage, this);
165 }
166
167 delete m_base;
168}
169
170//////////////////////////////////////////////////////////////////////
171// MenuBar

Callers

nothing calls this directly

Calls 1

removeMessageFilterMethod · 0.80

Tested by

no test coverage detected