Fixed symbol of the show on map -button

This commit is contained in:
Marc Froehlich
2026-07-08 20:35:13 +02:00
parent 1ec2b1a450
commit d45a637d00
@@ -820,7 +820,9 @@ public class Kst4ContestApplication extends Application implements StatusUpdateL
}); });
selectedCallSignShowAsPathBtn.setGraphic(createArrow(selectedCallSignInfoStageChatMember.getQTFdirection())); selectedCallSignShowAsPathBtn.setGraphic(createArrow(selectedCallSignInfoStageChatMember.getQTFdirection()));
Button selectedCallSignShowOnMapBtn = new Button("🧭 Show on map"); Button selectedCallSignShowOnMapBtn = new Button("\uD83D\uDDFA Show on map");
selectedCallSignShowOnMapBtn.setTooltip(new Tooltip("Show selected station on map"));
selectedCallSignShowOnMapBtn.setOnAction(new EventHandler<ActionEvent>() { selectedCallSignShowOnMapBtn.setOnAction(new EventHandler<ActionEvent>() {
@Override @Override
public void handle(ActionEvent actionEvent) { public void handle(ActionEvent actionEvent) {