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

Method OnInitDialog

Explorer++/Explorer++/DisplayColoursDialog.cpp:23–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23INT_PTR DisplayColoursDialog::OnInitDialog()
24{
25 InitializeColorGroups();
26 InitializePreviewWindow();
27
28 m_pdcdps->RestoreDialogPosition(m_hDlg, false);
29
30 return 0;
31}
32
33void DisplayColoursDialog::InitializeColorGroups()
34{

Callers

nothing calls this directly

Calls 1

RestoreDialogPositionMethod · 0.80

Tested by

no test coverage detected