From 326d3e312c74726814c39c9d112faab03c4a167c Mon Sep 17 00:00:00 2001 From: QuakeGod <QuakeGod@sina.com> Date: 星期日, 16 一月 2022 13:53:57 +0800 Subject: [PATCH] add status show function dialog --- MyLib/StaticEx.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/MyLib/StaticEx.h b/MyLib/StaticEx.h index 8ae40a6..83ca31a 100644 --- a/MyLib/StaticEx.h +++ b/MyLib/StaticEx.h @@ -19,7 +19,7 @@ // Attributes public: void SetCtlColor(COLORREF color); - + void SetBkColor(COLORREF color) { SetCtlColor( color); }; protected: DECLARE_MESSAGE_MAP() public: -- Gitblit v1.9.1