1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-02 00:49:33 +02:00

Fix an inaccuracy in the comment

This commit is contained in:
Paul Licameli 2015-08-20 15:58:54 -04:00
parent 28239dfa1d
commit 0eca2bb23d

View File

@ -226,8 +226,8 @@ but that width may be adjusted when tracks change their vertical scales.
GetLabelWidth() counts columns up to and including the VRuler.
GetLeftOffset() is yet one more -- it counts the "one pixel" column.
FindTrack() for label returns a rectangle with width equal to GetLeftOffset(),
and OMITS left and top insets
FindTrack() for label returns a rectangle with right edge coinciding with
that of Controls, and OMITS left and top insets
FindTrack() for !label returns a rectangle with x == GetLeftOffset(), and INCLUDES
right and top insets