Common: clean up

This commit is contained in:
Jonathan Jenne 2021-02-19 11:40:18 +01:00
parent 2b7b444f92
commit 61e3c21c16

View File

@ -792,7 +792,7 @@ Public Class frmDocumentResultList
Dim oHitInfo = sender.CalcHitInfo(e.Location)
If oHitInfo.InRow Then
If _DocumentInfo IsNot Nothing AndAlso _DocumentInfo.AccessRight > Rights.AccessRight.VIEW_ONLY Then
If _DocumentInfo IsNot Nothing AndAlso _DocumentInfo.AccessRight >= Rights.AccessRight.VIEW_EXPORT Then
_ScreenOffset = SystemInformation.WorkingArea.Location
Dim oFullPath As String = _DocumentInfo.FullPath