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

Method OnButtonCameraSettingsClick

src/wwizard.cpp:1787–1791  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1785 */
1786
1787void WizardPage5::OnButtonCameraSettingsClick( wxCommandEvent& event )
1788{
1789 wxGetApp().GetController().ShowCameraSettingsDialog();
1790 event.Skip(false);
1791}
1792
1793
1794/*!

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected