mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-17 19:25:53 +02:00
added cls
This commit is contained in:
@@ -198,6 +198,8 @@ void Utility::writeCellProperties(const Cell* pCell, std::ostream& ostr, bool wr
|
||||
if (!pCell->isEnabled())
|
||||
ostr << ",disabled:true";
|
||||
|
||||
if (pCell->hasClass())
|
||||
ostr << ",cls:'" << pCell->getClass() << "'";
|
||||
View* pOwner = pCell->getOwner();
|
||||
if (pOwner)
|
||||
{
|
||||
|
Reference in New Issue
Block a user