mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 18:00:57 +02:00
Qt: Comment writeln() in EnableScrollBar()
git-svn-id: trunk@12242 -
This commit is contained in:
parent
c565a39dde
commit
f2c67b9f68
@ -1232,9 +1232,9 @@ function TQtWidgetSet.EnableScrollBar(Wnd: HWND; wSBflags, wArrows: Cardinal): B
|
||||
begin
|
||||
{maybe we can put creating of scrollbar here instead of SetScrollInfo() }
|
||||
Result := False;
|
||||
// {$ifdef VerboseQtWinAPI_MISSING_IMPLEMENTATION}
|
||||
{$ifdef VerboseQtWinAPI_MISSING_IMPLEMENTATION}
|
||||
WriteLn('***** [WinAPI TQtWidgetSet.EnableScrollbar] missing implementation ');
|
||||
// {$endif}
|
||||
{$endif}
|
||||
end;
|
||||
|
||||
function TQtWidgetSet.EnableWindow(hWnd: HWND; bEnable: Boolean): Boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user