mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 07:41:12 +02:00
gtk2: register TGtk2WSScrollBar to TCustomScrollBar instead of TScrollBar. Fixes #23200
git-svn-id: trunk@39308 -
This commit is contained in:
parent
73933e18a0
commit
0f765a1f91
@ -290,7 +290,7 @@ end;
|
||||
// StdCtrls
|
||||
function RegisterCustomScrollBar: Boolean; alias : 'WSRegisterCustomScrollBar';
|
||||
begin
|
||||
RegisterWSComponent(TScrollBar, TGtk2WSScrollBar);
|
||||
RegisterWSComponent(TCustomScrollBar, TGtk2WSScrollBar);
|
||||
Result := True;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user