On Sun, Dec 17, 2017 at 4:46 PM, zyx <z...@gmx.us> wrote:
> On Thu, 2017-12-07 at 18:15 +0100, Michal Sudolsky wrote:
> > Maybe that one line should be:
> >
> > > m_pNext = new PdfOutlineItem(
> > > pObj, m_pParentOutline, this );
> >
> > Next item should inherit same parent.
>
> Hi,
> would you mind to provide a patch which fixed it for you,
> please? Ideally generated with something like `diff -up`, thus it'll be
> quite precise what you suggest to change, instead of trying to describe
> it with words.
>
>
I changed only this one line:
- m_pNext = new PdfOutlineItem( pObj, NULL, this );
+ m_pNext = new PdfOutlineItem( pObj, m_pParentOutline, this );
> > Also seems functions like PdfOutlineItem::CreateChild
> > and PdfOutlines::CreateRoot are not working.
>
> Seems to work fine here. Why do you think so, please? And what is the
> PoDoFo version you use, please?
> Thanks and bye,
> zyx
>
Seems this is already fixed in newest source at svn, I have 0.9.5
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Podofo-users mailing list
> Podofo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/podofo-users
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users