Skip to content

Commit

Permalink
updated to new IconIndeterminate name
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Jan 20, 2024
1 parent 45d0312 commit 0d9b291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/code/symbolsview.go
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,8 @@ func (st *SymTreeView) SetSymIcon() {
st.Update()
}
if bp, ok := st.BranchPart(); ok {
if bp.IconUnk != ic {
bp.IconUnk = ic
if bp.IconIndeterminate != ic {
bp.IconIndeterminate = ic
bp.Update()
st.SetNeedsRender(true)
}
Expand Down

0 comments on commit 0d9b291

Please sign in to comment.