| 428 | } |
| 429 | |
| 430 | bool LabelDialog::Validate() |
| 431 | { |
| 432 | if (mGrid->IsCellEditControlShown()) { |
| 433 | mGrid->HideCellEditControl(); |
| 434 | mGrid->SaveEditControlValue(); |
| 435 | } |
| 436 | |
| 437 | return true; |
| 438 | } |
| 439 | |
| 440 | wxString LabelDialog::TrackName(int & index, const wxString &dflt) |
| 441 | { |
no outgoing calls
no test coverage detected