raise* now works on hidden contents, too.

This commit is contained in:
mfreiholz 2016-03-03 07:12:26 +01:00
parent bbf2fd26b7
commit a47073cdf8

View File

@ -228,8 +228,10 @@ bool ContainerWidget::raiseSectionContent(const SectionContent::RefPtr& sc)
}
// Search SC in hidden
// TODO
if (_hiddenSectionContents.contains(sc->uid()))
return showSectionContent(sc);
qFatal("Unable to hide SectionContent, don't know this one 8-/");
return false;
}