From 11f6d5c05ed94af2e57d1ca1a839a4d72cd91e0c Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Wed, 26 Jan 2022 09:31:53 -0500 Subject: Large updates to fix mouse wheel and scrollbar issues galore using updated appgraphics routines. --- favicon.f90 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'favicon.f90') diff --git a/favicon.f90 b/favicon.f90 index 6f800db..b398426 100644 --- a/favicon.f90 +++ b/favicon.f90 @@ -94,6 +94,9 @@ contains character(len=4)::f character(*), intent(in)::server + + + f = get_favicon_from_cache(server) ! Blank - request it -- cgit v1.2.3