Skip to content

Commit

Permalink
Change 高解像度だと全角空白が見にくいのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
niki committed Apr 9, 2024
1 parent 5481cb6 commit b953a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sakura_core/view/figures/CFigure_ZenSpace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ void CFigure_ZenSpace::DispSpace(CGraphics& gr, DispPos* pDispPos, CEditView* pc
{
int u25a1Dx = pcView->GetTextMetrics().CalcTextWidth3(L"", 1);
bool bDrawMySelf = dx[0] != u25a1Dx;
const wchar_t* pZenSp = (bDrawMySelf ? L" " : L"");
const wchar_t* pZenSp = (bDrawMySelf ? L" " : L"");
int fontNo = WCODE::GetFontNo(*pZenSp);
if( fontNo ){
SFONT sFont;
Expand Down

0 comments on commit b953a7e

Please sign in to comment.