Skip to content

Commit

Permalink
removed leftover line no longer needed after latest commit about new …
Browse files Browse the repository at this point in the history
…pdf page bottom numbering
  • Loading branch information
giuspen committed Feb 25, 2023
1 parent c7d48c5 commit 1d510bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ct/ct_export2pdf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,6 @@ void CtPrint::_on_draw_page_text(const Glib::RefPtr<Gtk::PrintContext>& context,

// draw page number
cairo_context->set_source_rgb(0.5, 0.5, 0.5);
cairo_context->set_font_size(12);
Glib::ustring page_num_str = std::to_string(page_nr+1) + "/" + std::to_string(operation->property_n_pages());
Glib::RefPtr<Pango::Layout> layout = context->create_pango_layout();
layout->set_font_description(_rich_font);
Expand Down

0 comments on commit 1d510bb

Please sign in to comment.