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 --- MTerm2/MainFrm.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/MTerm2/MainFrm.cpp b/MTerm2/MainFrm.cpp index 536e48d..c1df827 100644 --- a/MTerm2/MainFrm.cpp +++ b/MTerm2/MainFrm.cpp @@ -78,7 +78,7 @@ return -1; // 鏈兘鍒涘缓 } - ///* + ///* 杈撳叆鏍� if (!m_wndToolBar_InputShow.CreateEx(this, TBSTYLE_FLAT, WS_CHILD | WS_VISIBLE | CBRS_BOTTOM | CBRS_FLOAT_MULTI | CBRS_GRIPPER | CBRS_TOOLTIPS | CBRS_FLYBY | CBRS_SIZE_DYNAMIC, CRect(1, 1, 1, 1), IDW_TOOL_BAR2) || -- Gitblit v1.9.1