1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-25 16:48:44 +02:00

Revert "Small widening of the click-to-deselect area below the tracks..."

This reverts commit c101cf3b32ab5023308f2331b5c49df51a492736.
This commit is contained in:
Paul Licameli 2018-10-30 21:56:22 -04:00
parent 3658032a8d
commit 912b24f211

View File

@ -2758,8 +2758,8 @@ void TrackPanelCellIterator::UpdateRect()
// Find a disjoint, maybe empty, rectangle // Find a disjoint, maybe empty, rectangle
// for the empty space appearing at bottom // for the empty space appearing at bottom
mRect.x = 0; mRect.x = kLeftMargin;
mRect.width = size.x; mRect.width = size.x - (mRect.x + kRightMargin);
// Use previous value of the bottom, either the whole area if // Use previous value of the bottom, either the whole area if
// there were no tracks, or else the resizer of the last track // there were no tracks, or else the resizer of the last track