Skip to content

Commit

Permalink
Fix bug affichage : l'undo de l'ajout d'une livraison qui serait en r…
Browse files Browse the repository at this point in the history
…etard causait que la ligne dans la table restait rouge et vide
  • Loading branch information
Mohamed Haidara committed Nov 30, 2015
1 parent 8f31e34 commit 5b6da6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/vue/VueTextuelle.java
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ public TableCellSpecial() {
@Override
protected void updateItem(String item, boolean empty) {
super.updateItem(item, empty);
setStyle("-fx-background-color: white; -fx-text-fill: black;");
// Pour afficher l'entrepot
if (item != null && item.startsWith("-1")) {
setText("Entrepot");
Expand Down

0 comments on commit 5b6da6d

Please sign in to comment.