mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Rich dropdown animations.
This commit is contained in:
@@ -2542,7 +2542,7 @@ void MediaView::onDropdown() {
|
||||
_dropdown->addAction(action.text, this, action.member);
|
||||
}
|
||||
_dropdown->moveToRight(0, height() - _dropdown->height());
|
||||
_dropdown->showAnimated();
|
||||
_dropdown->showAnimated(Ui::PanelAnimation::Origin::BottomRight);
|
||||
_dropdown->setFocus();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user