mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-01 16:19:43 +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:
parent
2d3f9a432a
commit
0cecc6e48d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user