Whitespace

This commit is contained in:
Jonathan Daugherty 2021-06-29 08:14:50 -07:00
parent 46944a367b
commit 7d0a87f102

View File

@ -1023,9 +1023,9 @@ vRelease p =
-- use the rendered version from the cache. If not, render the specified
-- widget and update the cache with the result.
--
-- To ensure that mouse events are emitted correctly for cached widgets,
-- in addition to the rendered widget, we also cache (the names of)
-- any clickable extents that were rendered and restore that when utilizing
-- To ensure that mouse events are emitted correctly for cached widgets,
-- in addition to the rendered widget, we also cache (the names of) any
-- clickable extents that were rendered and restore that when utilizing
-- the cache.
--
-- See also 'invalidateCacheEntry'.