Skip to content

Commit

Permalink
improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed May 28, 2023
1 parent e6f0ca3 commit 3eb8e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XWordGiver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4916,7 +4916,7 @@ void __fastcall XgCellToImage(RECT& rc, XG_Pos cell)
};
}

// マス1個だけ描画する。
// マス1個だけ描画する。画面表示のみを想定。
void __fastcall XgDrawOneCell(HDC hdc, INT iRow, INT jCol)
{
// セルの幅。
Expand Down

0 comments on commit 3eb8e38

Please sign in to comment.