brush settings reset button, hook crash handler on every thread, update changelog

This commit is contained in:
2019-03-13 10:08:13 +01:00
parent 5a6f6f524a
commit 3d625567aa
14 changed files with 59 additions and 10 deletions

View File

@@ -22,12 +22,14 @@ bool ABR::section_desc()
if (auto desc = std::dynamic_pointer_cast<Descriptor>(pr))
m_presets.push_back(desc);
}
#ifdef _DEBUG
auto out = presets->str(0, "");
auto lines = split(out, '\n');
for (const auto& l : lines)
{
LOG("%s", l.c_str());
}
#endif // _DEBUG
}
snap();
return true;