From 61e3c21c1637832cea3fbaa450198699db6e91a2 Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Fri, 19 Feb 2021 11:40:18 +0100 Subject: [PATCH] Common: clean up --- GUIs.Common/DocumentResultList/frmDocumentResultList.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUIs.Common/DocumentResultList/frmDocumentResultList.vb b/GUIs.Common/DocumentResultList/frmDocumentResultList.vb index 9dd8fb26..edc23abb 100644 --- a/GUIs.Common/DocumentResultList/frmDocumentResultList.vb +++ b/GUIs.Common/DocumentResultList/frmDocumentResultList.vb @@ -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