Compare commits

..

No commits in common. "a56ad43852bf31023ee2e2e42c1f8196ffeb901a" and "cdbe2cccc012163ade65df1ea8ec10ccb00f4d7d" have entirely different histories.

2 changed files with 1 additions and 8 deletions

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com</groupId>
<artifactId>jFxKasse</artifactId>
<version>0.3.2</version>
<version>0.3.1</version>
<name>jFxKasse</name>
<dependencies>

View File

@ -598,7 +598,6 @@ public class MainWindowController
tapPosEdit.setDisable(false);
btnDeleteSelectedPosition.setDisable(true);
isPrintBtnDisabled = true;
tapJobs.setDisable(false);
setJobPrizeLabel(0);
@ -821,7 +820,6 @@ public class MainWindowController
btnReprintJob.setDisable(true);
btnCancelJob.setDisable(true);
btnDeleteSelectedPosition.setDisable(true);
tapJobs.setDisable(true);
btnOpenFolder.setFocusTraversable(false);
switchSeparate.setFocusTraversable(false);
ueberbtn.setFocusTraversable(false);
@ -832,7 +830,6 @@ public class MainWindowController
initPositionen();
initCurrentOrderTreeTableView();
initJobTreeTableView();
}
public int getSelectedCat()
@ -1409,10 +1406,6 @@ public class MainWindowController
rootJobs.getChildren().add(new TreeItem<tableDataJob>(tmp));
}
if (!dbc.getJobCount().equals("0")) {
tapJobs.setDisable(false);
}
}
public void createNewJob()