* Fix visibility of TVirtualTreeHintWindow.Paint

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1054 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
blikblum
2009-12-13 04:42:33 +00:00
parent d8a5912b7c
commit 8575e8a108

View File

@ -1093,10 +1093,9 @@ type
private
FHintData: TVTHintData;
procedure WMShowWindow(var Message: TLMShowWindow); message LM_SHOWWINDOW;
protected
procedure Paint; override;
public
function CalcHintRect(MaxWidth: Integer; const AHint: string; AData: Pointer): TRect; override;
procedure Paint; override;
end;
// Drag image support for the tree.