Skip to content

Fix KOrganizer Todo printout and page-breaking

The page-breaking algorithm of the ToDo printout would never break between individual ToDos, but only during ToDo descriptions. Thus, usually a lot of tasks would overflow the page (until one task with a description occurs) This patch fixes this to properly check for and perform page breaks before each individual task.

Merge request reports