Skip to content

Commit

Permalink
chore: 修正注释
Browse files Browse the repository at this point in the history
  • Loading branch information
Blinue committed Dec 18, 2024
1 parent f8f8ad3 commit 68a3ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Magpie/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ LRESULT MainWindow::_TitleBarMessageHandler(UINT msg, WPARAM wParam, LPARAM lPar
[[fallthrough]];
case WM_NCLBUTTONUP:
{
// 处理鼠标在标题栏上释放。如果位于标题栏按钮上,则传递给 CaptionButtons,否则将消息传递给主窗口
// 处理鼠标在标题栏上释放。如果在标题栏按钮上,则通知 CaptionButtons,否则将消息传递给主窗口
switch (wParam) {
case HTTOP:
case HTTOPLEFT:
Expand Down

0 comments on commit 68a3ec3

Please sign in to comment.