Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 0da1a36

Browse files
committed
[[ Bug 19327 ]] Fix native layers not following changes to stack scroll when editMenus toggled
1 parent c836c66 commit 0da1a36

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

engine/src/desktop-stack.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,9 @@ void MCStack::syncscroll(void)
242242
// AL-2014-07-22: [[ Bug 12764 ]] Update the stack viewport after applying menu scroll
243243
view_setstackviewport(rect);
244244
// COCOA-TODO: Make sure contained views also scroll (?)
245+
246+
// IM-2017-05-04: [[ Bug 19327 ]] Notify layers of transform change after scroll sync
247+
OnViewTransformChanged();
245248
}
246249

247250
void MCStack::start_externals()

0 commit comments

Comments
 (0)