2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-03 16:15:13 +00:00

Updated TDesktop sources to 2.7.1+df73bda

This commit is contained in:
RadRussianRus
2021-04-07 00:16:52 +03:00
19 changed files with 235 additions and 191 deletions

View File

@@ -438,8 +438,7 @@ NotificationsCount::~NotificationsCount() {
NotificationsCount::SampleWidget::SampleWidget(
NotificationsCount *owner,
const QPixmap &cache)
: QWidget(Core::App().getModalParent())
, _owner(owner)
: _owner(owner)
, _cache(cache) {
const QSize size(
cache.width() / cache.devicePixelRatio(),