Ignore:
Timestamp:
Dec 25, 2023, 12:08:11 PM (5 months ago)
Author:
chronos
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Select.pas

    r496 r508  
    16241624  CaptionLeft := ToggleBtn.Left + ToggleBtn.Width;
    16251625  CaptionRight := CloseBtn.Left;
    1626   { TODO:
    16271626  SetWindowPos(ScrollBar.ScrollBar.Handle, 0, SideFrame + InnerWidth - GetSystemMetrics(SM_CXVSCROLL),
    16281627    TitleHeight, GetSystemMetrics(SM_CXVSCROLL), LineDistance * DispLines + 48,
    16291628    SWP_NOZORDER or SWP_NOREDRAW);
    1630   }
    16311629
    16321630  if WindowMode = wmModal then
Note: See TracChangeset for help on using the changeset viewer.