1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-11 15:16:27 +01:00

Move HideTopItem into class TrackInfo, for later use

This commit is contained in:
Paul Licameli
2017-06-07 10:39:47 -04:00
parent 1e7c51f1d4
commit 7bf7815c75
2 changed files with 21 additions and 18 deletions

View File

@@ -118,6 +118,9 @@ private:
#endif
public:
static bool HideTopItem( const wxRect &rect, const wxRect &subRect,
int allowance = 0 );
static unsigned DefaultNoteTrackHeight();
static unsigned DefaultWaveTrackHeight();