Skip to content

Commit 54256a5

Browse files
committed
docs(output): clarify Output guides vs page layout guides (#82, #95)
Comment in paint path: Output shows a viewport-centered cross; page layout margins use draggable mm guides. Supports triage on #82 and #95.
1 parent 04cb736 commit 54256a5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/core/filters/output/ImageView.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ ImageView::~ImageView() = default;
2525

2626
void ImageView::paintEvent(QPaintEvent* event) {
2727
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.
2831
if (ApplicationSettings::getInstance().isOutputShowGuidesEnabled()) {
2932
QPainter painter(viewport());
3033
painter.save();

0 commit comments

Comments
 (0)