Skip to content

Commit

Permalink
Fixed issue JAM-Software#825: Removed GetBounds() from interface IVTE…
Browse files Browse the repository at this point in the history
…ditLink
  • Loading branch information
joachimmarder authored and Sharlikran committed Nov 4, 2018
1 parent ee4c76a commit a2e9bb3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/VirtualTrees.pas
Original file line number Diff line number Diff line change
Expand Up @@ -1414,8 +1414,6 @@ TVTHeaderClass = class of TVTHeader;
function EndEdit: Boolean; stdcall; // Called when editing has been finished by the tree. Returns True if successful, False if edit mode is still active.
function PrepareEdit(Tree: TBaseVirtualTree; Node: PVirtualNode; Column: TColumnIndex): Boolean; stdcall;
// Called after creation to allow a setup.
function GetBounds: TRect; stdcall; // Called to get the current size of the edit window
// (only important if the edit resizes itself).
procedure ProcessMessage(var Message: TMessage); stdcall;
// Used to forward messages to the edit window(s)-
procedure SetBounds(R: TRect); stdcall; // Called to place the editor.
Expand Down

0 comments on commit a2e9bb3

Please sign in to comment.