jfjoch_viewer: Work in (slow) progress
This commit is contained in:
@@ -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()));
|
||||
}
|
||||
Reference in New Issue
Block a user