change mouse scroll behaviour

This commit is contained in:
Jonathan Jenne
2020-03-03 13:19:12 +01:00
parent ebbd5b2c8a
commit 8116040079
3 changed files with 74 additions and 74 deletions

View File

@@ -116,7 +116,7 @@ Public Class DocumentViewer
Dim oFileInfo = New IO.FileInfo(FilePath)
Dim oExtension As String = oFileInfo.Extension.ToUpper
Select Case oExtension
Select Case oExtension.ToUpper
Case ".MSG"
Dim oMsg As New Independentsoft.Msg.Message(FilePath)
' TODO: Improve Encoding, maybe convert based on encoding