Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
indiff committed Feb 15, 2024
1 parent 168718d commit 9c6d158
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions QTTabBar/ExtendedItemsView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ public override bool HotItemIsSelected() {
});
}

// 判断是否为选中的文件
public override bool IsTrackingItemName() {
if(ShellBrowser.ViewMode != FVM.DETAILS) return true;
Point pt = Control.MousePosition;
Expand Down

0 comments on commit 9c6d158

Please sign in to comment.