Skip to content

Commit

Permalink
Introduce a flat status bar without separator lines. (#2377) (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdottaka committed Jul 16, 2024
1 parent e1f2f87 commit 8a85186
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Src/BasicFlatStatusBar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#include "BasicFlatStatusBar.h"
#include "RoundedRectWithShadow.h"

IMPLEMENT_DYNAMIC(CBasicFlatStatusBar, CStatusBar)

BEGIN_MESSAGE_MAP(CBasicFlatStatusBar, CStatusBar)
ON_WM_PAINT()
ON_WM_ERASEBKGND()
Expand Down
1 change: 1 addition & 0 deletions Src/BasicFlatStatusBar.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

class CBasicFlatStatusBar : public CStatusBar
{
DECLARE_DYNAMIC(CBasicFlatStatusBar)
public:
CBasicFlatStatusBar();

Expand Down

0 comments on commit 8a85186

Please sign in to comment.