mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 08:33:36 +02:00
Remove unnecessary assertion, that failed...
... Because, as the function now says, the selecting of the track is purposely done later
This commit is contained in:
@@ -86,7 +86,6 @@ UIHandle::Result LabelTextHandle::Click
|
||||
|
||||
mSelectedRegion = viewInfo.selectedRegion;
|
||||
pLT->HandleTextClick( event, evt.rect, viewInfo, &viewInfo.selectedRegion );
|
||||
wxASSERT(pLT->HasSelection());
|
||||
|
||||
{
|
||||
// IF the user clicked a label, THEN select all other tracks by Label
|
||||
|
Reference in New Issue
Block a user