]> git.gag.com Git - fw/altos/commitdiff
fix another jfreechart 1.5.5 API issue
authorBdale Garbee <bdale@gag.com>
Tue, 4 Mar 2025 01:21:54 +0000 (18:21 -0700)
committerBdale Garbee <bdale@gag.com>
Tue, 4 Mar 2025 01:21:54 +0000 (18:21 -0700)
debian/patches/anotherone.patch [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/anotherone.patch b/debian/patches/anotherone.patch
new file mode 100644 (file)
index 0000000..7ce8571
--- /dev/null
@@ -0,0 +1,13 @@
+diff --git a/altosui/AltosGraphUI.java b/altosui/AltosGraphUI.java
+index 47ba3d427..777b6855d 100644
+--- a/altosui/AltosGraphUI.java
++++ b/altosui/AltosGraphUI.java
+@@ -29,7 +29,7 @@ import org.altusmetrum.altosuilib_14.*;
+ import org.jfree.chart.ChartPanel;
+ import org.jfree.chart.JFreeChart;
+-import org.jfree.ui.RefineryUtilities;
++import org.jfree.chart.ui.UIUtils;
+ public class AltosGraphUI extends AltosUIFrame implements AltosFontListener, AltosUnitsListener, AltosFilterListener
+ {
index 44f6506a6305d6a5b1c57abbc08aef6799406cbc..cb6881760abcd901cace7bd0aa6e02243f367e31 100644 (file)
@@ -1,3 +1,4 @@
 more-includes.patch
 use-smaller-crt0.patch
 jfreechart-1.5.5.patch
+anotherone.patch