Changeset 306
- Timestamp:
- Jul 27, 2008, 8:22:05 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/2.19_branch/NewView/ProductInformationFormUnit.pas ¶
r305 r306 92 92 LicenseEdit.Text := GetLicenseMsg; 93 93 94 95 // custom cursor used to prevent user from selecting the text :( 96 // fix in SPCC forms.pas now makes it work 97 // Argh! That causes other problems, due to default cursor being set 98 // by the default window proc on every mouse move... (?) 99 100 // Might be able to use WM_CONTROLPOINTER instead... 101 102 // WebPageEdit.Cursor := GetLinkCursor; 103 // EmailEdit.Cursor := GetLinkCursor; 94 WebPageEdit.Cursor := GetLinkCursor; 95 EmailEdit.Cursor := GetLinkCursor; 104 96 End; 105 97
Note:
See TracChangeset
for help on using the changeset viewer.