Zooflow: quick fix

This commit is contained in:
Jonathan Jenne 2022-02-23 14:48:35 +01:00
parent b2509dce65
commit d13b3b7dc1
2 changed files with 1 additions and 4 deletions

View File

@ -26,7 +26,7 @@ Namespace DocumentResultList
User = pUser
' Set up cache with capacity of 100 MB
Cache = New Cache(104_900_000)
Cache = New Cache(pLogConfig, 104_900_000)
End Sub
Public Sub Invalidate(pDocument As Document)

View File

@ -226,9 +226,6 @@ Public Class frmFlowForm
AddHandler TimerRefreshData.Tick, AddressOf TimerRefreshData_Tick
TimerRefreshData.Enabled = True
' === Register As Event Listener ===
EventBus.Instance.Register(Me)
' === Setup Event Handlers ===
AddHandler KeyDown, AddressOf frmFlowForm_KeyDown
AddHandler KeyUp, AddressOf frmFlowForm_KeyDown