Skip to content
Snippets Groups Projects
Commit e3548341 authored by Hugo Debuyser's avatar Hugo Debuyser
Browse files

Suppression des boutons de zoom devenu obsolète et rénitialisation au moment du changement des axes

parent f9b5d710
Branches main
No related tags found
No related merge requests found
......@@ -59,16 +59,6 @@
</ImageView>
</graphic>
</Button>
<Button fx:id="ZoomIn" layoutX="27.0" layoutY="30.0" mnemonicParsing="false" onAction="#openAxesSetting" stylesheets="@../css/style.css" text="+" textFill="WHITE">
<font>
<Font name="System Bold" size="20.0" />
</font>
</Button>
<Button fx:id="ZoomOut" layoutX="27.0" layoutY="88.0" mnemonicParsing="false" onAction="#openAxesSetting" stylesheets="@../css/style.css" text="-" textFill="WHITE">
<font>
<Font name="System Bold" size="22.0" />
</font>
</Button>
</children>
<padding>
<Insets top="20.0" />
......
......@@ -123,6 +123,7 @@ public class AxesSettingsController{
}
dataVisualizationView.reload();
reset();
stage.close();
}
......
......@@ -29,12 +29,6 @@ public class MainStageController {
@FXML
ListView PointInfo;
@FXML
Button ZoomIn;
@FXML
Button ZoomOut;
private MainStageView mainStageView;
private double initialX;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment