|
@@ -168,7 +168,7 @@ var
|
|
|
SIndex, FLeft: longint;
|
|
SIndex, FLeft: longint;
|
|
|
TMP: string;
|
|
TMP: string;
|
|
|
TextFlags: integer;
|
|
TextFlags: integer;
|
|
|
- DrawDetails: TThemedElementDetails;
|
|
|
|
|
|
|
+ DrawDetails, FLastDrawDetails: TThemedElementDetails;
|
|
|
FixedWidth: boolean;
|
|
FixedWidth: boolean;
|
|
|
FixedHeight: boolean;
|
|
FixedHeight: boolean;
|
|
|
TextRect: TRect;
|
|
TextRect: TRect;
|
|
@@ -187,7 +187,7 @@ begin
|
|
|
|
|
|
|
|
if Draw then
|
|
if Draw then
|
|
|
begin
|
|
begin
|
|
|
- //FLastDrawDetails:=DrawDetails;
|
|
|
|
|
|
|
+ FLastDrawDetails:=DrawDetails;
|
|
|
PaintBackground(PaintRect);
|
|
PaintBackground(PaintRect);
|
|
|
FixedWidth := True;
|
|
FixedWidth := True;
|
|
|
FixedHeight := True;
|
|
FixedHeight := True;
|