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:
@@ -499,6 +499,10 @@ Grid::Grid(wxWindow *parent,
|
||||
RegisterDataType(GRID_VALUE_CHOICE,
|
||||
safenew wxGridCellStringRenderer,
|
||||
safenew ChoiceEditor);
|
||||
|
||||
|
||||
SetSelectionForeground(GetDefaultCellTextColour());
|
||||
SetSelectionBackground(GetDefaultCellBackgroundColour());
|
||||
}
|
||||
|
||||
Grid::~Grid()
|
||||
|
||||
Reference in New Issue
Block a user