Skip to content

Commit 58a1d5b

Browse files
committed
Merge branch 'refs' of https://github.com/comintern/Rubberduck into refs
2 parents ca8f38c + d22d20f commit 58a1d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Core/Navigation/CodeExplorer/CodeExplorerItemViewModelBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public bool IsSelected
119119
public virtual bool IsDimmed
120120
{
121121
get => false;
122-
set { }
122+
set { /* no-op for base class, override as needed */ }
123123
}
124124

125125
public virtual bool IsObsolete => false;

0 commit comments

Comments
 (0)