mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-31 16:20:22 +00:00
Merge branch 'issue-3417' into main
This commit is contained in:
commit
1621973298
@ -113,7 +113,7 @@ public:
|
||||
[[fallthrough]];
|
||||
|
||||
case ui::kMouseMoveMessage:
|
||||
if (hasCapture()) {
|
||||
if (hasCapture() && m_undoHistory) {
|
||||
auto mouseMsg = static_cast<ui::MouseMessage*>(msg);
|
||||
const gfx::Rect bounds = this->bounds();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user