mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Replaced one side forced origin with vertical one in ShareBox.
This commit is contained in:
parent
22dc842705
commit
03d9876c8a
2 changed files with 2 additions and 2 deletions
|
@ -536,7 +536,7 @@ void ShareBox::showMenu(not_null<Ui::RpWidget*> parent) {
|
|||
[=] { submitScheduled(); });
|
||||
const auto success = (result == SendMenu::FillMenuResult::Success);
|
||||
if (_descriptor.forwardOptions.show || success) {
|
||||
_menu->setForcedOrigin(Ui::PanelAnimation::Origin::BottomRight);
|
||||
_menu->setForcedVerticalOrigin(Ui::PopupMenu::VerticalOrigin::Bottom);
|
||||
_menu->popup(QCursor::pos());
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit d98c3d539b0eb7c00f664c445ab4194c28e8cef7
|
||||
Subproject commit bf65a06735d98d883d3b00ddfea3dafa0c5daebf
|
Loading…
Add table
Reference in a new issue