mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-01 22:53:50 +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:
committed by
Sol Fisher Romanoff
parent
bea07f7ab2
commit
55d9d57a95
@@ -369,7 +369,6 @@ void ThemeBase::RecolourTheme()
|
|||||||
RecolourBitmap( bmpHiliteButtonSmall, From, To );
|
RecolourBitmap( bmpHiliteButtonSmall, From, To );
|
||||||
|
|
||||||
Colour( clrTrackInfo ) = To;
|
Colour( clrTrackInfo ) = To;
|
||||||
RecolourBitmap( bmpUpButtonExpand, From, To );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
wxImage ThemeBase::MaskedImage( char const ** pXpm, char const ** pMask )
|
wxImage ThemeBase::MaskedImage( char const ** pXpm, char const ** pMask )
|
||||||
|
|||||||
Reference in New Issue
Block a user