mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-26 07:53:42 +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;
|
mSelectedRegion = viewInfo.selectedRegion;
|
||||||
pLT->HandleTextClick( event, evt.rect, viewInfo, &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
|
// IF the user clicked a label, THEN select all other tracks by Label
|
||||||
|
|||||||
Reference in New Issue
Block a user