MCPcopy Create free account
hub / github.com/cmauri/eviacam / OnButtonOkClick

Method OnButtonOkClick

wxutil/warnbaroverlap.cpp:183–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181 */
182
183void WarnBarOverlap::OnButtonOkClick( wxCommandEvent& event )
184{
185 EndModal (m_chkWarnBarOverlap->IsChecked() ? 1 : 0);
186 event.Skip(false);
187}
188

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected