Changeset 734 for trunk/Packages/CevoComponents/ButtonBase.pas
- Timestamp:
- Jan 17, 2026, 4:57:01 PM (11 hours ago)
- File:
-
- 1 edited
-
trunk/Packages/CevoComponents/ButtonBase.pas (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/CevoComponents/ButtonBase.pas
r554 r734 111 111 { PlayDownSound; } 112 112 FDown := True; 113 Paint;113 Invalidate; 114 114 if @DownChangedProc <> nil then 115 115 DownChangedProc(Self); … … 120 120 { PlayUpSound; } 121 121 FDown := False; 122 Paint;122 Invalidate; 123 123 if @DownChangedProc <> nil then 124 124 DownChangedProc(Self);
Note:
See TracChangeset
for help on using the changeset viewer.
