We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b4add5 commit a4f99c4Copy full SHA for a4f99c4
src/main/java/de/doubleslash/keeptime/view/ViewController.java
@@ -542,9 +542,6 @@ private void setupStagePositioning() {
542
mainStage.setY(positionHelper.getAbsoluteY());
543
}
544
545
- // TODO when activating autoSave while app is running, the current position is only updated by accident -
546
- // as when clicking x the stage moves by 1px on x and the listener is triggered. not working when rightclick->exit
547
-
548
// add listeners to record Windowpositionchange
549
final ChangeListener<Number> positionChangeListener = (final ObservableValue<? extends Number> observable,
550
final Number oldValue, final Number newValue) -> {
0 commit comments