We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae1390 commit 605b668Copy full SHA for 605b668
src/net/sourceforge/tessboxeditor/GuiWithEdit.java
@@ -209,8 +209,8 @@ void jMenuItemDeleteActionPerformed(java.awt.event.ActionEvent evt) {
209
210
for (TessBox box : selected) {
211
int index = this.boxes.toList().indexOf(box);
212
- this.boxes.remove(box);
213
tableModel.removeRow(index);
+ this.boxes.remove(box);
214
}
215
216
resetReadout();
0 commit comments