1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-24 16:01:16 +02:00

TCP buttons can distinguish up and down highlight backgrounds...

... But make them nondistinct in all themes, so this commit does not yet make
user visible changes.

This uses the HiliteButtonExpandSel resource which was previously unused.
Perhaps not the intended use of the resource so named, but names can change in
2.2.1.

The two were already alike in Classic but the unused one had been just black
in the others.
This commit is contained in:
Paul Licameli 2017-07-17 22:09:56 -04:00
parent 9b35792685
commit c4995efed8
4 changed files with 3348 additions and 3335 deletions

View File

@ -238,7 +238,7 @@ void AColor::Bevel2
{
int index = 0;
if ( bHighlight )
index = bmpHiliteButtonExpand;
index = up ? bmpHiliteButtonExpand : bmpHiliteButtonExpandSel;
else if( bSel )
index = up ? bmpUpButtonExpandSel : bmpDownButtonExpandSel;
else

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff