fix: Reset CodeMarker offset for visualization
requested to merge 350-codemarker-offset-when-changing-recognition-method-from-multicoler-to-codemarker into master
- Multicolor with code introduces offset for visualization
- Switch to pure code marker did not reset the offset
- Now resets offset such that code marker visualizes correctly as well
Closes #350 (closed)
Reviewer Checklist
Formatting
-
the pre-build checks succeed
General code quality
-
naming conventions are met (see .clang-tidy for detailed information) -
no static analyzer warnings in new code parts (e.g., use clang-tidy for checking)
General usability
-
old versions of pet-files are still loadable
Only if changes in UI
-
new elements are also saved and loaded from pet-file -
check if tab order is still correct -
all new SpinBoxes are promoted -
new keybindings added to Petrack::keyBindings()
Edited by Schrödter, Tobias