mirror of
https://review.haiku-os.org/haiku
synced 2025-02-07 14:25:58 +01:00
MediaPlayer: don't fill background for mute button
* The difference is visible when control background doesn't match panel background. Change-Id: Ie3a034acaa52929becd6601520e0e05f32ecc8d8 Reviewed-on: https://review.haiku-os.org/537 Reviewed-by: waddlesplash <waddlesplash@gmail.com> (cherry picked from commit f5ac1f07e20890e92adf8f7cee03413afbc9a4db) Reviewed-on: https://review.haiku-os.org/538
This commit is contained in:
parent
059cfb28ea
commit
f114f600be
@ -43,8 +43,7 @@ SymbolButton::Draw(BRect updateRect)
|
||||
base, flags & ~BControlLook::B_DISABLED, fBorders);
|
||||
be_control_look->DrawButtonBackground(this, bounds, updateRect, base,
|
||||
flags);
|
||||
} else
|
||||
FillRect(updateRect, B_SOLID_LOW);
|
||||
}
|
||||
|
||||
if (fSymbol == NULL)
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user