Skip to content

Commit 52b29d1

Browse files
author
Martin Plieske
committed
requesting focus for notes when projects are clicked
1 parent b360676 commit 52b29d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,7 @@ private Node addProjectToProjectList(final Project p) {
535535
final MouseButton button = a.getButton();
536536
if (button == MouseButton.PRIMARY) {
537537
changeProject(p, 0);
538+
textArea.requestFocus();
538539
}
539540

540541
});
@@ -796,5 +797,4 @@ public void addNewProject(final ActionEvent ae) {
796797
realignProjectList();
797798
});
798799
}
799-
800800
}

0 commit comments

Comments
 (0)