mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-17 19:25:53 +02:00
fixed frame hidden property
This commit is contained in:
@@ -103,6 +103,8 @@ void FrameRenderer::writeProperties(const Frame* pFrame, std::ostream& ostr)
|
||||
ostr << ",collapsible:true";
|
||||
if (pFrame->collapsed())
|
||||
ostr << ",collapsed:true";
|
||||
if (!pFrame->isVisible())
|
||||
ostr << ",hidden:true";
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user