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
|
private
|
||||||
FHintData: TVTHintData;
|
FHintData: TVTHintData;
|
||||||
procedure WMShowWindow(var Message: TLMShowWindow); message LM_SHOWWINDOW;
|
procedure WMShowWindow(var Message: TLMShowWindow); message LM_SHOWWINDOW;
|
||||||
protected
|
|
||||||
procedure Paint; override;
|
|
||||||
public
|
public
|
||||||
function CalcHintRect(MaxWidth: Integer; const AHint: string; AData: Pointer): TRect; override;
|
function CalcHintRect(MaxWidth: Integer; const AHint: string; AData: Pointer): TRect; override;
|
||||||
|
procedure Paint; override;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
// Drag image support for the tree.
|
// Drag image support for the tree.
|
||||||
|
Reference in New Issue
Block a user