mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-01 01:45:06 +00:00
cf275b152a
Sometimes AbstractBox::setClosing invoked Ui::hideLayers that destroyed LayerStackWidget and all its children, including the closing AbstractBox. After that a unique_ptr stored on stack and owning that box was destroyed and it lead to a crash. Now LayerStackWidget always owns several closing boxes.