Status bar usage
- fixhdr version: 2023.3.0.0
- Python version: 3.10.13
- Operating System: MacOS 14.1.1
Description
This issue overlaps with issue #9 (closed) and is not really a bug but a change in function relative to tk version. Status bar is only being used to display final status of an operation rather than progress. Status bar is not flushed when new operation is initiated, this leaves stagnant information presented to the user.
What I Did
Built trace db. Modified headers etc.