MCPcopy Create free account
hub / github.com/audacity/audacity / Validate

Method Validate

src/LabelDialog.cpp:430–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

ProcessNextMethod · 0.45
readMetaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected