There was an error while loading. Please reload this page.
1 parent 04cb736 commit 54256a5Copy full SHA for 54256a5
1 file changed
src/core/filters/output/ImageView.cpp
@@ -25,6 +25,9 @@ ImageView::~ImageView() = default;
25
26
void ImageView::paintEvent(QPaintEvent* event) {
27
ImageViewBase::paintEvent(event);
28
+ // Output guides (GitHub #82): viewport-centered cross only. Page layout margins
29
+ // use draggable mm guides in page_layout/ImageView.cpp; expanding Output to the
30
+ // same behaviour needs a product decision once reporters confirm desired scope.
31
if (ApplicationSettings::getInstance().isOutputShowGuidesEnabled()) {
32
QPainter painter(viewport());
33
painter.save();
0 commit comments