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
EXCEPTION_ACCESS_VIOLATION_READ: Fatal Error: EXCEPTION_ACCESS_VIOLATION_READ
File "viewport.cpp", line 39, in ui::Viewport::onResize
Point scroll = static_cast<View*>(parent())->viewScroll();
File "widget.cpp", line 714, in ui::Widget::setBounds
onResize(ev);
File "rect.h", line 45, in gfx::RectT<T>::{ctor}
w(rect.w), h(rect.h) {
File "widget.cpp", line 714, in ui::Widget::setBounds
onResize(ev);
File "window.cpp", line 741, in ui::Window::windowSetPosition
child->setBounds(cpos);
...
(15 additional frame(s) were not displayed)
The text was updated successfully, but these errors were encountered:
Regression introduced in ed595eb
calling MenuBox::setMenu() of the first child of a MenuBoxWindow when
handling its kCloseMessage. The firstChild() was supposed to be a
MenuBox, but we didn't take care of the case when the MenuBox is
replaced with a View when scrollbars are needed (added by
add_scrollbars_if_needed()).
Sentry Issue: ASEPRITE-M
Only in
beta
version with multiple UI windows.The text was updated successfully, but these errors were encountered: