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
[thumbnailer] Fix StreamAdaptor impl'ing FileInterface::writeBytes()
We've added a new dio::FileInterface::writeBytes() member function
that must be implemented.
Fix selection tool performance in tilemap layers in 'Tiles' mode
Before this fix, large tiles (e.g. 128x128) caused a noticeable
delay when releasing the mouse button during a selection action
in tilemap mode 'Tiles'.
The issue becomes more noticeable with larger tile sizes.