You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[win] Fix compilation with Sentry enabled about ERROR being a macro (…
…2nd chance)
Reverts 0d9a85b and introduced the
real fix to the issue, "base/log.h" undefs ERROR macro, not "app/log.h".
Avoid compressed selection crosshair when UI scale > 100% and zoom < …
…UI scale
This is to keep the visual aspect of the crosshair cursor for
selection tools when the UI scale > 100% and the zoom is 100% or
less. The cursor must have at least 7 squares of the same size (the
center cannot be smaller).
[thumbnailer] Fix StreamAdaptor impl'ing FileInterface::writeBytes()
We've added a new dio::FileInterface::writeBytes() member function
that must be implemented.