zdenop / qt-box-editor

QT Box Editor of tesseract-ocr box files
https://zdenop.github.io/qt-box-editor/
Apache License 2.0
172 stars 65 forks source link

Box rectangle in view doesn't shrink after join Undo #38

Open jan-ruzicka opened 10 years ago

jan-ruzicka commented 10 years ago

this is similar to issue #35. steps to reproduce: 1) Select two adjacent boxes. 2) join them (Alt+1) 3) undo actual result: first box has contents of both (characters and size of both boxes) second box has the expected shape and characters expected result: both boxes should have dimensions and characters as before join operation.