mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-17 15:14:48 +02:00
close now simply hides the panel
This commit is contained in:
parent
a0ecc39893
commit
3cf2508145
@ -76,7 +76,9 @@ void PanelRenderer::renderHead(const Renderable* pRenderable, const RenderContex
|
||||
if (pPanel->getModal())
|
||||
ostr << ",modal:true";
|
||||
if (!pPanel->hasCloseIcon())
|
||||
ostr << ",closable:false";
|
||||
ostr << ",closable:false";
|
||||
else
|
||||
ostr << ",closeAction:'hide'";
|
||||
if (pPanel->isVisible())
|
||||
ostr << ",renderTo:Ext.getBody()";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user