Merge branch 'master' of https://github.com/Gainedge/BetterExplorer
052958e0
Dimitar Tsenev
committed
2 changed files
build.yml
/.github/workflows/build.yml-1+1
/.github/workflows/build.yml
Add comment 757 private void ShellTreeView_NodeMouseClick(object sender, TreeNodeMouseClickEventArgs e) {
Add comment 758 if (e.Button == F.MouseButtons.Right) {
Add comment 759 if (e.Node.Tag != null)
Add comment 760 Minus   new ShellContextMenu(e.Node.Tag as IListItemEx).ShowContextMenu(this, e.Location, CMF.CANRENAME);
Add comment 760 Plus   new ShellContextMenu(this.ShellListView, e.Node.Tag as IListItemEx).ShowContextMenu(this, e.Location, CMF.CANRENAME);
Add comment 761 } else if (e.Button == F.MouseButtons.Left) {
Add comment 762 if (e.X > e.Node.Bounds.Left - 5 - 16)
Add comment 763 this._IsNavigate = true;
README.md
/README.md-1+1
/README.md
Add comment 757 private void ShellTreeView_NodeMouseClick(object sender, TreeNodeMouseClickEventArgs e) {
Add comment 758 if (e.Button == F.MouseButtons.Right) {
Add comment 759 if (e.Node.Tag != null)
Add comment 760 Minus   new ShellContextMenu(e.Node.Tag as IListItemEx).ShowContextMenu(this, e.Location, CMF.CANRENAME);
Add comment 760 Plus   new ShellContextMenu(this.ShellListView, e.Node.Tag as IListItemEx).ShowContextMenu(this, e.Location, CMF.CANRENAME);
Add comment 761 } else if (e.Button == F.MouseButtons.Left) {
Add comment 762 if (e.X > e.Node.Bounds.Left - 5 - 16)
Add comment 763 this._IsNavigate = true;