ExCtrls: Fix compilation of ExShape with Laz before v2.2.0

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8495 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-09-21 10:04:13 +00:00
parent 8adc456b51
commit eda54767e0

View File

@ -5,9 +5,13 @@ unit ExShape;
interface
uses
Types, Graphics, Classes, SysUtils, ExtCtrls;
LCLVersion, Types, Graphics, Classes, SysUtils, ExtCtrls;
type
{$IF LCL_FullVersion < 2020000}
TVerticalAlignment = (taAlignTop, taAlignBottom, taVerticalCenter);
{$ENDIF}
TShapeText = class(TPersistent)
private
const