编辑器
优化细节
This commit is contained in:
@@ -1611,7 +1611,8 @@ type tdirviewer = class(tcustomcontrol)
|
||||
fms[i] := mi;
|
||||
end
|
||||
ftree.onrclick :=function(o,e)begin
|
||||
nd := o.CurrentNode;
|
||||
//nd := o.CurrentNode;
|
||||
nd := FTree.GetItemByYPos(e.ypos) ;
|
||||
if nd then
|
||||
begin
|
||||
if (nd.parent = o.rootnode) then //根目录
|
||||
|
||||
Reference in New Issue
Block a user