Fix Doc switcher icon state update issue for cloned documents

Fix #8067, close #8231
This commit is contained in:
Udo Hoffmann 2020-05-07 10:39:26 +02:00 committed by Don HO
parent 1c92779c20
commit c80a5c13f1
No known key found for this signature in database
GPG Key ID: 6C429F1D8D84F46E

View File

@ -242,7 +242,6 @@ void VerticalFileSwitcherListView::setItemIconStatus(BufferID bufferID)
{
ListView_SetItemText(_hSelf, i, 1, (LPTSTR)::PathFindExtension(buf->getFileName()));
}
break;
}
}
}