Skip to content

Commit 5274da6

Browse files
author
SeTSeR
committed
Another day, another fix
1 parent bda1793 commit 5274da6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/com/temporaryteam/noticeditor/view/EditNoticeTreeCell.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ public void handle(ActionEvent t) {
6262
deleteItem2.setOnAction(handler);
6363
openItem.setOnAction(new EventHandler<ActionEvent>() {
6464
public void handle(ActionEvent t) {
65-
controller.open(getNoticeTreeItem().getNotice().getContent());
6665
controller.setCurrentTreeItem(getNoticeTreeItem());
66+
controller.open(getNoticeTreeItem().getNotice().getContent());
6767
}
6868
});
6969
}

0 commit comments

Comments
 (0)