| 2340 | } |
| 2341 | |
| 2342 | void ShadeTool::OnUpdateObjectList( wxCommandEvent & ) |
| 2343 | { |
| 2344 | m_sceneParams->UpdateObjectList(); |
| 2345 | } |
| 2346 | |
| 2347 | void ShadeTool::OnUpdateProperties( wxCommandEvent & ) |
| 2348 | { |
nothing calls this directly
no test coverage detected