From a4c1386b7c47ffcceea8699d62169ce24da7b3d3 Mon Sep 17 00:00:00 2001
From: esaunders <esaunders@basistech.com>
Date: Thu, 29 Oct 2020 13:46:07 -0400
Subject: [PATCH] Back away from ControlsFX 11 because it has a bug that makes
 ImageGallery practically unusable.

---
 CoreLibs/ivy.xml               | 2 +-
 CoreLibs/nbproject/project.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CoreLibs/ivy.xml b/CoreLibs/ivy.xml
index afdc0ecf2d..2ef587be44 100644
--- a/CoreLibs/ivy.xml
+++ b/CoreLibs/ivy.xml
@@ -41,7 +41,7 @@
         <dependency conf="autopsy_core->*" org="org.imgscalr" name="imgscalr-lib" rev="4.2" />
         
         <!-- timeline and image analyzer -->
-        <dependency conf="autopsy_core->*" org="org.controlsfx" name="controlsfx" rev="11.0.2" />
+        <dependency conf="autopsy_core->*" org="org.controlsfx" name="controlsfx" rev="9.0.0" />
 
         <!-- timeline  -->
         <dependency conf="autopsy_core->*" org="joda-time" name="joda-time" rev="2.4" />
diff --git a/CoreLibs/nbproject/project.xml b/CoreLibs/nbproject/project.xml
index a296c412fa..4f41ef8868 100644
--- a/CoreLibs/nbproject/project.xml
+++ b/CoreLibs/nbproject/project.xml
@@ -838,8 +838,8 @@
                 <binary-origin>release/modules/ext/xmlbeans-3.0.2.jar</binary-origin>
             </class-path-extension>
             <class-path-extension>
-                <runtime-relative-path>ext/controlsfx-11.0.2.jar</runtime-relative-path>
-                <binary-origin>release\modules\ext\controlsfx-11.0.2.jar</binary-origin>
+                <runtime-relative-path>ext/controlsfx-9.0.0.jar</runtime-relative-path>
+                <binary-origin>release\modules\ext\controlsfx-9.0.0.jar</binary-origin>
             </class-path-extension>
             <class-path-extension>
                 <runtime-relative-path>ext/mail-1.4.3.jar</runtime-relative-path>
-- 
GitLab