MCPcopy Create free account
hub / github.com/derceg/explorerplusplus / SaveState

Method SaveState

Explorer++/Explorer++/SelectColumnsDialog.cpp:235–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235void SelectColumnsDialog::SaveState()
236{
237 m_persistentSettings->SaveDialogPosition(m_hDlg);
238 m_persistentSettings->m_bStateSaved = TRUE;
239}
240
241void SelectColumnsDialog::OnOk()
242{

Callers

nothing calls this directly

Calls 1

SaveDialogPositionMethod · 0.80

Tested by

no test coverage detected