1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 07:39:42 +02:00

Fix TCP button issues

Do not recolor tcp buttons, since they are transparent.

Signed-off-by: akleja <storspov@gmail.com>
This commit is contained in:
akleja 2021-08-12 00:04:49 +02:00 committed by Sol Fisher Romanoff
parent bea07f7ab2
commit 55d9d57a95
No known key found for this signature in database
GPG Key ID: 0E0ACA5D1C244E1F

View File

@ -369,7 +369,6 @@ void ThemeBase::RecolourTheme()
RecolourBitmap( bmpHiliteButtonSmall, From, To );
Colour( clrTrackInfo ) = To;
RecolourBitmap( bmpUpButtonExpand, From, To );
}
wxImage ThemeBase::MaskedImage( char const ** pXpm, char const ** pMask )