Changeset 303 for branches/highdpi/LocalPlayer/Select.pas
- Timestamp:
- Mar 9, 2021, 9:19:49 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/LocalPlayer/Select.pas
r273 r303 1605 1605 CaptionRight := CloseBtn.Left; 1606 1606 { TODO: 1607 SetWindowPos(sb.ScrollBar.Handle, 0, SideFrame + InnerWidth - GetSystemMetrics(SM_CXVSCROLL),1607 SetWindowPos(sb.ScrollBar.Handle, 0, SideFrame + InnerWidth - DpiGetSystemMetrics(SM_CXVSCROLL), 1608 1608 TitleHeight, DpiGetSystemMetrics(SM_CXVSCROLL), LineDistance * DispLines + 48, 1609 1609 SWP_NOZORDER or SWP_NOREDRAW);
Note:
See TracChangeset
for help on using the changeset viewer.