Home
last modified time | relevance | path

Searched refs:ybuttonEnd (Results 1 – 1 of 1) sorted by relevance

/dports/audio/audacity/audacity-Audacity-3.1.3/src/tracks/ui/
H A DCommonTrackControls.cpp400 int ybuttonEnd = 67; in Draw() local
405 if( ybuttonEnd < ylast ){ in Draw()
406 fill=wxRect( rect.x+1, rect.y+ybuttonEnd, fill.width, ylast - ybuttonEnd); in Draw()