diff --git a/swing/lib/darklaf/darklaf-compatibility-3.0.3-SNAPSHOT.jar b/swing/lib/darklaf/darklaf-compatibility-3.0.3-SNAPSHOT.jar index 3be049659..e15d14d43 100644 Binary files a/swing/lib/darklaf/darklaf-compatibility-3.0.3-SNAPSHOT.jar and b/swing/lib/darklaf/darklaf-compatibility-3.0.3-SNAPSHOT.jar differ diff --git a/swing/lib/darklaf/darklaf-core-3.0.3-SNAPSHOT.jar b/swing/lib/darklaf/darklaf-core-3.0.3-SNAPSHOT.jar index c80c3653b..9db932fd3 100644 Binary files a/swing/lib/darklaf/darklaf-core-3.0.3-SNAPSHOT.jar and b/swing/lib/darklaf/darklaf-core-3.0.3-SNAPSHOT.jar differ diff --git a/swing/lib/darklaf/darklaf-windows-3.0.3-SNAPSHOT.jar b/swing/lib/darklaf/darklaf-windows-3.0.3-SNAPSHOT.jar index 139299518..872ffc537 100644 Binary files a/swing/lib/darklaf/darklaf-windows-3.0.3-SNAPSHOT.jar and b/swing/lib/darklaf/darklaf-windows-3.0.3-SNAPSHOT.jar differ diff --git a/swing/src/net/sf/openrocket/gui/scalefigure/ScaleSelector.java b/swing/src/net/sf/openrocket/gui/scalefigure/ScaleSelector.java index c216b4f50..27de23c00 100644 --- a/swing/src/net/sf/openrocket/gui/scalefigure/ScaleSelector.java +++ b/swing/src/net/sf/openrocket/gui/scalefigure/ScaleSelector.java @@ -13,7 +13,7 @@ import javax.swing.JPanel; import net.miginfocom.swing.MigLayout; import net.sf.openrocket.gui.util.Icons; -import net.sf.openrocket.gui.widgets.SelectColorButton; +import net.sf.openrocket.gui.widgets.IconButton; import net.sf.openrocket.util.StateChangeListener; @SuppressWarnings("serial") @@ -41,7 +41,7 @@ public class ScaleSelector { this.scrollPane = scroll; // Zoom out button - zoomOutButton = new SelectColorButton(Icons.ZOOM_OUT); + zoomOutButton = new IconButton(Icons.ZOOM_OUT); zoomOutButton.addActionListener(new ActionListener() { @Override public void actionPerformed(ActionEvent e) { @@ -93,7 +93,7 @@ public class ScaleSelector { }); // Zoom in button - zoomInButton = new SelectColorButton(Icons.ZOOM_IN); + zoomInButton = new IconButton(Icons.ZOOM_IN); zoomInButton.addActionListener(new ActionListener() { @Override public void actionPerformed(ActionEvent e) {