mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 23:15:59 +00:00
Removed tabbing navigation from short info box.
This commit is contained in:
@@ -20,6 +20,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|||||||
#include "media/streaming/media_streaming_instance.h"
|
#include "media/streaming/media_streaming_instance.h"
|
||||||
#include "media/streaming/media_streaming_player.h"
|
#include "media/streaming/media_streaming_player.h"
|
||||||
#include "base/event_filter.h"
|
#include "base/event_filter.h"
|
||||||
|
#include "base/qt/qt_tab_key.h"
|
||||||
#include "lang/lang_keys.h"
|
#include "lang/lang_keys.h"
|
||||||
#include "styles/style_boxes.h"
|
#include "styles/style_boxes.h"
|
||||||
#include "styles/style_layers.h"
|
#include "styles/style_layers.h"
|
||||||
@@ -670,6 +671,8 @@ PeerShortInfoBox::PeerShortInfoBox(
|
|||||||
) | rpl::start_with_next([=] {
|
) | rpl::start_with_next([=] {
|
||||||
_cover.setScrollTop(_scroll->scrollTop());
|
_cover.setScrollTop(_scroll->scrollTop());
|
||||||
}, _cover.lifetime());
|
}, _cover.lifetime());
|
||||||
|
|
||||||
|
base::DisableTabKey(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
PeerShortInfoBox::~PeerShortInfoBox() = default;
|
PeerShortInfoBox::~PeerShortInfoBox() = default;
|
||||||
|
Submodule Telegram/lib_base updated: 2669a04579...77a89e3c85
Reference in New Issue
Block a user