Changeset 508 for trunk/LocalPlayer/Select.pas
- Timestamp:
- Dec 25, 2023, 12:08:11 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Select.pas
r496 r508 1624 1624 CaptionLeft := ToggleBtn.Left + ToggleBtn.Width; 1625 1625 CaptionRight := CloseBtn.Left; 1626 { TODO:1627 1626 SetWindowPos(ScrollBar.ScrollBar.Handle, 0, SideFrame + InnerWidth - GetSystemMetrics(SM_CXVSCROLL), 1628 1627 TitleHeight, GetSystemMetrics(SM_CXVSCROLL), LineDistance * DispLines + 48, 1629 1628 SWP_NOZORDER or SWP_NOREDRAW); 1630 }1631 1629 1632 1630 if WindowMode = wmModal then
Note:
See TracChangeset
for help on using the changeset viewer.