Skip to content

Commit

Permalink
Support visible=no for main page tab.
Browse files Browse the repository at this point in the history
  • Loading branch information
drobilla committed Nov 25, 2014
1 parent 200b828 commit 52df7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@ class LayoutParser : public QXmlDefaultHandler
}
}
// 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()
Expand Down

0 comments on commit 52df7ae

Please sign in to comment.