forgot some small thing in last commit
This commit is contained in:
parent
bd77c2de28
commit
907e401c6a
1 changed files with 0 additions and 2 deletions
|
|
@ -85,8 +85,6 @@ public class SelectProjectDialog extends GuiWindow {
|
||||||
for(SelectProjectDialogListener listener : this.listeners){
|
for(SelectProjectDialogListener listener : this.listeners){
|
||||||
listener.newProject();
|
listener.newProject();
|
||||||
}
|
}
|
||||||
ProjectListItem item = new ProjectListItem("name", "type", "decription");
|
|
||||||
this.projectList.add(item);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@FXML
|
@FXML
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue