mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-23 08:50:52 +01:00
Update scheduler UI state when changing direction
This commit is contained in:
parent
37cc602d2d
commit
de196ef731
@ -62,6 +62,8 @@ public class SchedulerController extends SubForm {
|
||||
|
||||
txt_packet.textProperty().addListener(event -> Platform.runLater(this::updateUI));
|
||||
txt_delay.textProperty().addListener(event -> Platform.runLater(this::updateUI));
|
||||
rb_incoming.setOnMouseClicked(event -> Platform.runLater(this::updateUI));
|
||||
rb_outgoing.setOnMouseClicked(event -> Platform.runLater(this::updateUI));
|
||||
|
||||
//register hotkeys
|
||||
//disable some output things
|
||||
|
Loading…
Reference in New Issue
Block a user