Skip to content

Commit

Permalink
Dicomizer: picker date do not commit the value when the focus is lost #…
Browse files Browse the repository at this point in the history
  • Loading branch information
nroduit committed Feb 2, 2022
1 parent ba278da commit 0abf3e3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ public void updateLabel() {
}

public void updateTable() {
if (table.isEditing()) table.getCellEditor().stopCellEditing();
AcquireMetadataTableModel model = newTableModel();
model.addTableModelListener(this);
table.setModel(model);
Expand Down

0 comments on commit 0abf3e3

Please sign in to comment.