Qt: Comment writeln() in EnableScrollBar()

git-svn-id: trunk@12242 -
This commit is contained in:
zeljko 2007-09-29 15:33:56 +00:00
parent c565a39dde
commit f2c67b9f68

View File

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