Gtk3: make EnableScrollBar result similar to qt and gtk2 ws.

This commit is contained in:
zeljan1 2025-02-25 09:22:22 +01:00
parent f38f4c730f
commit 406e06d1a9

View File

@ -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;