Changeset 622 for trunk/Inp.pas
- Timestamp:
- Sep 15, 2024, 10:04:45 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Inp.pas
r570 r622 89 89 EditInput.SelLength := Length(EditInput.Text); 90 90 if Center then 91 CenterToRect( Rect(0, 0, Screen.Width, Screen.Height));91 CenterToRect(Screen.PrimaryMonitor.BoundsRect); 92 92 Gtk2DisableControlStyling(EditInput); 93 93 end;
Note:
See TracChangeset
for help on using the changeset viewer.