D11051: Remembering side navigation panel state

Albert Astals Cid noreply at phabricator.kde.org
Mon Apr 2 10:34:12 UTC 2018


aacid added a comment.


  So https://paste.kde.org/pwvknplv2 shows the problem
  
  Shell is deleting m_tabWidget which is deleting the sidebars before the parts are deleted.
  
  Do you understand that from reading that piece of text?
  
  One thing that may fix it is changing
  
    m_sidebar = new Sidebar( parentWidget );
  
  to
  
    m_sidebar = new Sidebar();
  
  in part.cpp, this micht change the part/child relationships and get yourself of this problem. can you give it a quick try?

REPOSITORY
  R223 Okular

REVISION DETAIL
  https://phabricator.kde.org/D11051

To: dileepsankhla, #okular, aacid
Cc: aacid, sander, #okular, michaelweghorn, ngraham
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/okular-devel/attachments/20180402/657e8f86/attachment.html>


More information about the Okular-devel mailing list