| 4005 | } |
| 4006 | |
| 4007 | void MapFrame::OnChangeGraphColor(wxCommandEvent& event) |
| 4008 | { |
| 4009 | GalWeight* gal_weights = checkWeights(); |
| 4010 | if (gal_weights == NULL) |
| 4011 | return; |
| 4012 | ((MapCanvas*) template_canvas)->ChangeGraphColor(); |
| 4013 | UpdateOptionMenuItems(); |
| 4014 | } |
| 4015 | |
| 4016 | void MapFrame::OnChangeConnSelectedColor(wxCommandEvent& event) |
| 4017 | { |
nothing calls this directly
no test coverage detected