mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-03 17:39:25 +02:00
Transport Button update.
This commit is contained in:
parent
db667ab58f
commit
496c91fc48
10897
src/ThemeAsCeeCode.h
10897
src/ThemeAsCeeCode.h
File diff suppressed because it is too large
Load Diff
@ -664,6 +664,9 @@ void ToolBar::MakeMacRecoloredImage(teBmps eBmpOut, teBmps eBmpIn )
|
||||
|
||||
void ToolBar::MakeRecoloredImage( teBmps eBmpOut, teBmps eBmpIn )
|
||||
{
|
||||
// Don't recolour the buttons...
|
||||
MakeMacRecoloredImage( eBmpOut, eBmpIn );
|
||||
return;
|
||||
wxImage * pSrc = &theTheme.Image( eBmpIn );
|
||||
#if defined( __WXGTK__ )
|
||||
wxColour newColour = wxSystemSettings::GetColour( wxSYS_COLOUR_BACKGROUND );
|
||||
|
Loading…
x
Reference in New Issue
Block a user