From 466e7d8df901a044fb6a822082e80df50502af48 Mon Sep 17 00:00:00 2001 From: ondrej Date: Fri, 1 Jan 2016 08:15:24 +0000 Subject: [PATCH] merge r51098: lcl: splitter: make MoveSplitter virtual (needed for r51099 #47649a5b56) git-svn-id: branches/fixes_1_6@51102 - --- lcl/extctrls.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcl/extctrls.pp b/lcl/extctrls.pp index a080f94aa5..24f4ea5a8b 100644 --- a/lcl/extctrls.pp +++ b/lcl/extctrls.pp @@ -373,7 +373,7 @@ type procedure AnchorSplitter(Kind: TAnchorKind; AControl: TControl); property ResizeControl: TControl read GetResizeControl write SetResizeControl; function GetOtherResizeControl: TControl; - procedure MoveSplitter(Offset: integer); + procedure MoveSplitter(Offset: integer); virtual; procedure SetSplitterPosition(NewPosition: integer); function GetSplitterPosition: integer; public