You've already forked lazarus-ccr
* 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:
@ -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.
|
||||
|
Reference in New Issue
Block a user