Closed dschmeer closed 5 years ago
Obviously an oversight on my side. Of course the current position should be updated accordingly after a table has been written. Thanks for reporting this issue.
The latest commit a2b100f16619b08678dc6391547de8e9e83ebceb should fix this problem.
After 6 weeks without complaints about the fix, it seems fair to assume that this issue can be closed.
If I define a table and following text like this:
It looks like that: Notice the text "STU" starting within the table instead of below. This could be fixed by putting in "
<br/>
" after the table, but when using cellpadding you are out of luck:I would have expected the text "STU" to always start right below the table, on the left. By putting in
m_document->SetXY(saveLeftMargin, y);
right before the end of the function wxPdfTable::Write(), it does what I'd expect.Can this be changed?
Regards
Dieter