We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db44039 commit 4faafe4Copy full SHA for 4faafe4
1 file changed
WndEx.cpp
@@ -116,6 +116,7 @@ int CWndEx::OnCreate(LPCREATESTRUCT lpCreateStruct)
116
CRect r;
117
GetWindowRect(&r);
118
ScreenToClient(&r);
119
+ r.InflateRect(m_DittoWindow.m_dpi.Scale(25), m_DittoWindow.m_dpi.Scale(25));
120
m_toolTip.AddTool(this, _T("Ditto"), r, 1);
121
122
return 0;
0 commit comments