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 / 0x180: Fatal Error: EXCEPTION_ACCESS_VIOLATION_READ / 0x180
File "view.cpp", line 205, in ui::View::getView
(widget->parent()->parent()) &&
File "recent_listbox.cpp", line 210, in app::RecentFileItem::pinBounds
ui::View* view = View::getView(parent());
File "recent_listbox.cpp", line 208, in app::RecentFileItem::pinBounds
auto theme = SkinTheme::get(this);
File "recent_listbox.cpp", line 156, in app::RecentFileItem::onPaint
const gfx::Rect pinBounds = this->pinBounds(bounds);
File "widget.cpp", line 1159, in ui::Widget::paintEvent
onPaint(ev); // Fire onPaint event
...
(12 additional frame(s) were not displayed)
The text was updated successfully, but these errors were encountered:
There is an issue where we can drag a recent item and load a file
(using Alt+F or Ctrl+O) while dragging the recent item. With this
commit the overlay is destroyed after the file is open (without this
the overlay is kept floating).
Probably related to aseprite#3504 but we're not sure.
…t parents (fix#3504)
We were finally able to reproduce #3504 (an assert fail) and it looks
like a bug in the Widget::removeChild() function, where kPaintMessage
messages weren't removed from the queue after the widget is removed
from its parent.
Sentry Issue: ASEPRITE-GR
The text was updated successfully, but these errors were encountered: