Skip to content

Commit 7b1e166

Browse files
committed
TVclStyleScrollBarsHook: UpdateScroll() is protected in base class in RAD Studio 10.4
1 parent 5031f47 commit 7b1e166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/VirtualTrees.StyleHooks.pas

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ TScrollWindow = class(TWinControl)
9393
procedure MouseLeave; override;
9494
procedure PaintScroll; override;
9595
function PointInTreeHeader(const P: TPoint): Boolean;
96-
procedure UpdateScroll;
96+
procedure UpdateScroll;{$if CompilerVersion >= 34}override;{$ifend}
9797
public
9898
constructor Create(AControl: TWinControl); override;
9999
destructor Destroy; override;

0 commit comments

Comments
 (0)