mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 07:07:08 +02:00
Removed tabbing navigation from short info box.
This commit is contained in:
parent
921aeb3083
commit
065eb8e63c
2 changed files with 4 additions and 1 deletions
Telegram
|
@ -20,6 +20,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|||
#include "media/streaming/media_streaming_instance.h"
|
||||
#include "media/streaming/media_streaming_player.h"
|
||||
#include "base/event_filter.h"
|
||||
#include "base/qt/qt_tab_key.h"
|
||||
#include "lang/lang_keys.h"
|
||||
#include "styles/style_boxes.h"
|
||||
#include "styles/style_layers.h"
|
||||
|
@ -670,6 +671,8 @@ PeerShortInfoBox::PeerShortInfoBox(
|
|||
) | rpl::start_with_next([=] {
|
||||
_cover.setScrollTop(_scroll->scrollTop());
|
||||
}, _cover.lifetime());
|
||||
|
||||
base::DisableTabKey(this);
|
||||
}
|
||||
|
||||
PeerShortInfoBox::~PeerShortInfoBox() = default;
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 2669a04579069942b6208a18abe93c26adfddf2a
|
||||
Subproject commit 77a89e3c857353acac83817e6ff354b962edb45c
|
Loading…
Add table
Reference in a new issue