forked from Ivasoft/DSView
fix: unable to click the scroll bar on windows
This commit is contained in:
@@ -334,7 +334,7 @@ LRESULT CALLBACK WinNativeWidget::WndProc(HWND hWnd, UINT message, WPARAM wParam
|
|||||||
|
|
||||||
|
|
||||||
int k = self->GetDevicePixelRatio();
|
int k = self->GetDevicePixelRatio();
|
||||||
const LONG borderWidth = 8 * k;
|
const LONG borderWidth = 4 * k;
|
||||||
RECT rc;
|
RECT rc;
|
||||||
GetWindowRect(hWnd, &rc);
|
GetWindowRect(hWnd, &rc);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user