mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 12:36:15 +02:00
LCL: Revert a workaround for FPC bug that causes Arithmetic overflow in TControlbar. Fixed in FPC trunk. Issue #27167.
git-svn-id: trunk@47481 -
This commit is contained in:
parent
8ce981a3c5
commit
b9f3af4090
@ -1195,7 +1195,7 @@ type
|
||||
TBandPaintEvent = procedure (Sender: TObject; Control: TControl; Canvas: TCanvas;
|
||||
var ARect: TRect; var Options: TBandPaintOptions) of object;
|
||||
|
||||
TRowSize = Integer; // was 1..MaxInt; which causes SIGFPE on Windows with 32-bit FPC2.7.1
|
||||
TRowSize = 1..MaxInt;
|
||||
|
||||
TBandMove = (bmNone, bmReady, bmMoving);
|
||||
TCursorDesign = (cdDefault, cdGrabber, cdRestricted);
|
||||
|
Loading…
Reference in New Issue
Block a user