Skip to content

Commit a4f99c4

Browse files
author
Jan Schraff
committed
removed TODO comment referencing last commit
1 parent 7b4add5 commit a4f99c4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/de/doubleslash/keeptime/view/ViewController.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -542,9 +542,6 @@ private void setupStagePositioning() {
542542
mainStage.setY(positionHelper.getAbsoluteY());
543543
}
544544

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-
548545
// add listeners to record Windowpositionchange
549546
final ChangeListener<Number> positionChangeListener = (final ObservableValue<? extends Number> observable,
550547
final Number oldValue, final Number newValue) -> {

0 commit comments

Comments
 (0)