Skip to content

Commit

Permalink
Merge c999d0b into b9e21f8
Browse files Browse the repository at this point in the history
  • Loading branch information
berryzplus authored Jul 31, 2020
2 parents b9e21f8 + c999d0b commit 9cddb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sakura_core/window/CTipWnd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ void CTipWnd::DrawTipText(
);
}else{
// ダミー文字列の高さを取得する
nHeight = ::DrawText( hdc, szDummy, _countof(szDummy) - 1, &rc, DT_CALCRECT );
nHeight = ::DrawText( hdc, szDummy, _countof(szDummy) - 1, &rc, DT_EXTERNALLEADING );
}

// 描画領域の上端を1行分ずらす
Expand Down

0 comments on commit 9cddb11

Please sign in to comment.