added caChoise to blockUI

This commit is contained in:
Hendrik Schutter 2018-10-01 13:53:44 +02:00
parent e130401126
commit 830f1576a6
1 changed files with 1 additions and 0 deletions

View File

@ -973,6 +973,7 @@ public class MainWindowController
tftNewPosition.setDisable(pState);
tftNewValue.setDisable(pState);
colorChoise.setDisable(pState);
catChoise.setDisable(pState);
tableCurrentOrder.setDisable(pState);
jobsTreeTable.setDisable(pState);