mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-12-25 07:31:33 +08:00
raise* now works on hidden contents, too.
This commit is contained in:
parent
bbf2fd26b7
commit
a47073cdf8
@ -228,8 +228,10 @@ bool ContainerWidget::raiseSectionContent(const SectionContent::RefPtr& sc)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Search SC in hidden
|
// 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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user