mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 17:20:37 +02:00
gtk intf: fixed DrawSplitter
git-svn-id: trunk@10050 -
This commit is contained in:
parent
502201703c
commit
4ed3233b92
@ -214,9 +214,9 @@ begin
|
||||
|
||||
Style:=GetStyle(lgsButton);
|
||||
if Horizontal then begin
|
||||
Detail:='hpaned';
|
||||
end else begin
|
||||
Detail:='vpaned';
|
||||
end else begin
|
||||
Detail:='hpaned';
|
||||
end;
|
||||
|
||||
DCOrigin:=GetDCOffset(TDeviceContext(DC));
|
||||
|
@ -478,9 +478,9 @@ begin
|
||||
|
||||
Style:=GetStyle(lgsButton);
|
||||
if ASplitter.ResizeAnchor in [akTop,akBottom] then begin
|
||||
Detail:='hpaned';
|
||||
end else begin
|
||||
Detail:='vpaned';
|
||||
end else begin
|
||||
Detail:='hpaned';
|
||||
end;
|
||||
|
||||
DCOrigin:=GetDCOffset(DevContext);
|
||||
|
Loading…
Reference in New Issue
Block a user