https://bugs.documentfoundation.org/show_bug.cgi?id=156978
--- Comment #8 from Jim Raykowski <[email protected]> --- Gtk3 doesn't like the get_sensitive call used to determine if a heading visibility in the document layout is different than what is indicated in the Navigator. if (pCnt->IsInvisible() != m_xTreeView->get_sensitive(*xEntry, -1)) I am unsure if it is a gtk3 bug or how get_sensitive is used here. Easy enough to go back to not showing Headings entries when they are not in the document layout instead of greying them out. -- You are receiving this mail because: You are the assignee for the bug.
