mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 04:59:08 +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
|
function TGtk3WidgetSet.EnableScrollBar(Wnd: HWND; wSBflags, wArrows: Cardinal
|
||||||
): Boolean;
|
): Boolean;
|
||||||
begin
|
begin
|
||||||
{$IFDEF GTK3DEBUGNOTIMPLEMENTED}
|
Result := False;
|
||||||
DebugLn('WARNING: TGtk3WidgetSet.EnableScrollBar not implemented ...');
|
|
||||||
{$ENDIF}
|
|
||||||
Result := inherited EnableScrollBar(Wnd, wSBflags, wArrows);
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TGtk3WidgetSet.EnableWindow(hWnd: HWND; bEnable: Boolean): Boolean;
|
function TGtk3WidgetSet.EnableWindow(hWnd: HWND; bEnable: Boolean): Boolean;
|
||||||
|
Loading…
Reference in New Issue
Block a user