brush settings reset button, hook crash handler on every thread, update changelog
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user