Skip to content

Commit

Permalink
Complete the cleanup from commit f3d819d
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Licameli committed Jun 1, 2024
1 parent f9ae373 commit 1d7d998
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/widgets/MeterPanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1295,7 +1295,7 @@ void MeterPanel::DrawMeterBar(wxDC &dc, MeterBar &bar, Stats &stats)

// Setup for erasing the background
dc.SetPen(*wxTRANSPARENT_PEN);
dc.SetBrush(mMeterDisabled ? mDisabledBkgndBrush : mBkgndBrush);
dc.SetBrush(mBkgndBrush);

if (mGradient)
{
Expand Down
1 change: 0 additions & 1 deletion src/widgets/MeterPanel.h
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ class AUDACITY_DLL_API MeterPanel final
wxBrush mRMSBrush;
wxBrush mClipBrush;
wxBrush mBkgndBrush;
wxBrush mDisabledBkgndBrush;
Ruler mRuler;
wxString mLeftText;
wxString mRightText;
Expand Down

0 comments on commit 1d7d998

Please sign in to comment.