1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Style MixerBoard Mute/Solo as on TCP.

This commit is contained in:
James Crook
2017-06-22 19:07:46 +01:00
parent d37de4a96c
commit 00495937f2
2 changed files with 35 additions and 40 deletions

View File

@@ -247,6 +247,8 @@ public:
void UpdateWidth();
private:
void MakeButtonBitmap( wxMemoryDC & dc, wxBitmap & bitmap,
wxRect & bev, const wxString & str, bool up );
void CreateMuteSoloImages();
int FindMixerTrackCluster(const PlayableTrack* pTrack,
MixerTrackCluster** hMixerTrackCluster) const;