Merge branch 'issue-3417' into main

master
David Capello 2022-07-14 14:11:13 -03:00
commit 1621973298
1 changed files with 1 additions and 1 deletions

View File

@ -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();