fix: unable to click the scroll bar on windows

This commit is contained in:
dreamsourcelabTAI 2024-04-11 16:11:44 +08:00
parent a0252d69bc
commit a91774a6b7

View File

@ -334,7 +334,7 @@ LRESULT CALLBACK WinNativeWidget::WndProc(HWND hWnd, UINT message, WPARAM wParam
int k = self->GetDevicePixelRatio();
const LONG borderWidth = 8 * k;
const LONG borderWidth = 4 * k;
RECT rc;
GetWindowRect(hWnd, &rc);