jfjoch_viewer: Work in (slow) progress

This commit is contained in:
2025-11-07 13:16:04 +01:00
parent d29cc52e64
commit df9f980ea6
7 changed files with 65 additions and 70 deletions
+4
View File
@@ -93,3 +93,7 @@ void JFJochImage::resizeEvent(QResizeEvent *event) {
QGraphicsView::resizeEvent(event);
updateOverlay();
}
QPointF JFJochImage::RoundPoint(const QPointF &input) {
return QPointF(qRound(input.x()), qRound(input.y()));
}