1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-01 06:33:53 +01: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

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 )