diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index bb136e8ae..e1cd5610a 100644 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -3,6 +3,7 @@ Fixed issue MR-317 - Difficulty right-clicking on Tab Fixed issue MR-318 - Wrong tab gets selected when tab names overflow on the tab bar Fixed issue MR-321 - New connection panel doesn't get panel header if its the only one or is moved + Fixed issue MR-322 - Connection Button not listing servers Added option to always show panel tabs Fixed "Decryption failed. Padding is invalid and cannot be removed." notification. diff --git a/mRemoteV1/Forms/frmMain.vb b/mRemoteV1/Forms/frmMain.vb index 9a9c0f397..33a1300ef 100644 --- a/mRemoteV1/Forms/frmMain.vb +++ b/mRemoteV1/Forms/frmMain.vb @@ -685,8 +685,6 @@ Public Class frmMain End If AddHandler tMenItem.MouseDown, AddressOf ConMenItem_MouseDown - - tMenItem.Dispose() Next Catch ex As Exception MessageCollector.AddMessage(Messages.MessageClass.ErrorMsg, "AddNodeToMenu failed" & vbNewLine & ex.Message, True)