mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 07:29:30 +02:00
Gtk3: make EnableScrollBar result similar to qt and gtk2 ws.
This commit is contained in:
parent
f38f4c730f
commit
406e06d1a9
@ -1054,10 +1054,7 @@ end;
|
||||
function TGtk3WidgetSet.EnableScrollBar(Wnd: HWND; wSBflags, wArrows: Cardinal
|
||||
): Boolean;
|
||||
begin
|
||||
{$IFDEF GTK3DEBUGNOTIMPLEMENTED}
|
||||
DebugLn('WARNING: TGtk3WidgetSet.EnableScrollBar not implemented ...');
|
||||
{$ENDIF}
|
||||
Result := inherited EnableScrollBar(Wnd, wSBflags, wArrows);
|
||||
Result := False;
|
||||
end;
|
||||
|
||||
function TGtk3WidgetSet.EnableWindow(hWnd: HWND; bEnable: Boolean): Boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user