Skip to content

Commit

Permalink
added missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
ennerf committed Jun 28, 2023
1 parent c8ea38c commit 6fea7d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public ParameterMeasurements(final Side side, final boolean addToToolBar) {
oldChart.getToolBar().getChildren().remove(parameterMenu);

// remove measurement display pane
oldChart.getMeasurementPane().getChildren().remove(dataView);
oldChart.getMeasurementPane().remove(dataView);
}

if (newChart != null) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
import javafx.scene.control.Button;
import javafx.scene.control.Label;
import javafx.scene.input.MouseEvent;
import javafx.scene.layout.HBox;
import javafx.scene.layout.Priority;
import javafx.scene.layout.Region;
import javafx.scene.layout.VBox;
import javafx.scene.layout.*;
import javafx.scene.text.TextAlignment;
import javafx.stage.Stage;

Expand Down

0 comments on commit 6fea7d6

Please sign in to comment.