mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Bug 2083 - Labels Editor has confusing selection interface - can cause wrong labels to be deleted
This commit is contained in:
@@ -130,6 +130,7 @@ void LabelDialog::PopulateLabels()
|
||||
// Build the initial (empty) grid
|
||||
mGrid->CreateGrid(0, Col_Max, wxGrid::wxGridSelectRows);
|
||||
mGrid->SetDefaultCellAlignment(wxALIGN_LEFT, wxALIGN_CENTER);
|
||||
mGrid->SetRowLabelSize(0);
|
||||
|
||||
size_t ii = 0;
|
||||
for ( const auto &label : {
|
||||
|
||||
Reference in New Issue
Block a user