mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 22:27:20 +02:00
Jump to chats list top on folder change.
This commit is contained in:
parent
4ad8c4877c
commit
d9ad3a4bbe
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ void InnerWidget::changeOpenedFolder(Data::Folder *folder) {
|
|||
clearSelection();
|
||||
_openedFolder = folder;
|
||||
_mode = _openedFolder ? Mode::All : Global::DialogsMode();
|
||||
refresh();
|
||||
refresh(true);
|
||||
// This doesn't work, because we clear selection in leaveEvent on hide.
|
||||
//if (mouseSelection && lastMousePosition) {
|
||||
// selectByMouse(*lastMousePosition);
|
||||
|
|
Loading…
Add table
Reference in a new issue