You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
imagej-legacy seems to modify the behavior of Display.close(), likely through DisplayDeletedEvent, and I've put a great deal of effort without results into trying to get Display.close() to actually remove the display from DisplayService.getDisplays(). So, for now, since I know it works in practice, I'm disabling these tests in #151 when ImageJ Legacy is enabled.
But we should re-enable them once Display.close() is fixed, which will require upstream changes/releases.
The text was updated successfully, but these errors were encountered:
imagej-legacy seems to modify the behavior of
Display.close()
, likely throughDisplayDeletedEvent
, and I've put a great deal of effort without results into trying to getDisplay.close()
to actually remove the display fromDisplayService.getDisplays()
. So, for now, since I know it works in practice, I'm disabling these tests in #151 when ImageJ Legacy is enabled.But we should re-enable them once
Display.close()
is fixed, which will require upstream changes/releases.The text was updated successfully, but these errors were encountered: