Tiny EDMI changes

This commit is contained in:
Jonathan Jenne
2019-03-13 16:14:56 +01:00
parent 76ff4a5daa
commit c0d37ef789
3 changed files with 16 additions and 11 deletions

View File

@@ -39,6 +39,7 @@ Public Class ClassPanelManager
Private Sub View_DocumentDeactivated(sender As Object, e As DocumentEventArgs)
Dim oDocument As BaseDocument = e.Document
' TODO: oDocument.Control can be nothing
Dim oHashcode As Integer = oDocument.Control.GetHashCode
If oDocument Is Nothing Then