Commit f7720061 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Merge pull request #248 from drobilla/master

Support visible=no for main page tab.
parents 13cc67dd 52df7ae7
...@@ -1104,7 +1104,7 @@ class LayoutParser : public QXmlDefaultHandler ...@@ -1104,7 +1104,7 @@ class LayoutParser : public QXmlDefaultHandler
} }
} }
// create new item and make it the new root // create new item and make it the new root
m_rootNav = new LayoutNavEntry(m_rootNav,kind,kind==LayoutNavEntry::MainPage?TRUE:isVisible,baseFile,title,intro); m_rootNav = new LayoutNavEntry(m_rootNav,kind,isVisible,baseFile,title,intro);
} }
void endNavEntry() void endNavEntry()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment