MCPcopy Create free account
hub / github.com/NatLabRockies/SAM / OnShow

Method OnShow

src/variablegrid.cpp:982–987  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

980}
981
982void VariableGridFrame::OnShow(wxShowEvent& )
983{
984 m_griddata->Sort(0, !(m_grid->IsSortingBy(0) &&
985 m_grid->IsSortOrderAscending()));
986 UpdateGrid();
987}
988
989
990VariableGridFrame::~VariableGridFrame()

Callers

nothing calls this directly

Calls 1

SortMethod · 0.80

Tested by

no test coverage detected