fix color on mode change
This commit is contained in:
@@ -291,10 +291,10 @@ bool NodePanelBrush::save()
|
||||
{
|
||||
BinaryStreamWriter sw;
|
||||
sw.init();
|
||||
sw.wstring_raw("PPVR");
|
||||
sw.wu16(0);
|
||||
sw.wu16(1);
|
||||
sw.wu32(m_container->m_children.size());
|
||||
sw.wstring_raw("PPVR"); // magic code
|
||||
sw.wu16(0); // version major
|
||||
sw.wu16(1); // minor
|
||||
sw.wu32(m_container->m_children.size()); // number of items
|
||||
for (const auto& child : m_container->m_children)
|
||||
{
|
||||
auto b = std::static_pointer_cast<NodeButtonBrush>(child);
|
||||
|
||||
Reference in New Issue
Block a user