mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Allow float video player across accounts.
This commit is contained in:
@@ -608,11 +608,11 @@ QImage TabbedSelector::grabForAnimation() {
|
||||
return result;
|
||||
}
|
||||
|
||||
bool TabbedSelector::wheelEventFromFloatPlayer(QEvent *e) {
|
||||
bool TabbedSelector::floatPlayerHandleWheelEvent(QEvent *e) {
|
||||
return _scroll->viewportEvent(e);
|
||||
}
|
||||
|
||||
QRect TabbedSelector::rectForFloatPlayer() const {
|
||||
QRect TabbedSelector::floatPlayerAvailableRect() const {
|
||||
return mapToGlobal(_scroll->geometry());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user