Skip to content

Commit 353a745

Browse files
committed
CSizingControlBar: Add support for HiDPI screens(2). Fix missing semi colon
1 parent 694237a commit 353a745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Common/scbarcf.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ void CSizingControlBarCF::NcPaintGripper(CDC* pDC, CRect rcClient)
101101
{ // right side gripper
102102
rcGrip.left -= pointToPixel(m_dblGripper + 0.75);
103103
rcGrip.right = rcGrip.left + pointToPixel(8.25);
104-
rcGrip.top = rcBtn.bottom + pointToPixel(2.25)
104+
rcGrip.top = rcBtn.bottom + pointToPixel(2.25);
105105
}
106106
else
107107
{ // gripper at top

0 commit comments

Comments
 (0)